GrapeCity MultiRow Windows Forms Documentation
ColumnHeadersDefaultCellStyle Property (Template)


Gets or sets default cell styles used by all ColumnHeaderSections in the control. This does not include header cells.
Syntax
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRCategoryAttribute("Appearance")>
<SRDescriptionAttribute("Indicates the default CellStyle that is applied to the cells in the ColumnHeaders of GcMultiRow.")>
Public Property ColumnHeadersDefaultCellStyle As CellStyle
Dim instance As Template
Dim value As CellStyle
 
instance.ColumnHeadersDefaultCellStyle = value
 
value = instance.ColumnHeadersDefaultCellStyle
[RefreshProperties(RefreshProperties.All)]
[SRCategory("Appearance")]
[SRDescription("Indicates the default CellStyle that is applied to the cells in the ColumnHeaders of GcMultiRow.")]
public CellStyle ColumnHeadersDefaultCellStyle {get; set;}

Property Value

A CellStyle that represents the default cell styles used by all ColumnHeaderSections in the control. This does not include header cells.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Template Class
Template Members
ColumnHeadersDefaultHeaderCellStyle Property
ColumnHeadersDefaultCellStyle Property

 

 


Copyright © GrapeCity, inc. All rights reserved.