GrapeCity MultiRow Windows Forms Documentation
DefaultHeaderCellStyle Property


Gets or sets default styles used by all the HeaderCell in the Section.
Syntax
<SRDescriptionAttribute("Indicates the default style used by all header cells in the Section. ")>
<SRCategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property DefaultHeaderCellStyle As CellStyle
Dim instance As Section
Dim value As CellStyle
 
instance.DefaultHeaderCellStyle = value
 
value = instance.DefaultHeaderCellStyle
[SRDescription("Indicates the default style used by all header cells in the Section. ")]
[SRCategory("Appearance")]
[RefreshProperties(RefreshProperties.All)]
public CellStyle DefaultHeaderCellStyle {get; set;}

Property Value

A CellStyle that represents the default styles used by all the HeaderCell in the Section.
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

Section Class
Section Members
DefaultCellStyle Property
ColumnHeadersDefaultHeaderCellStyle Property
RowsDefaultHeaderCellStyle Property
ColumnFootersDefaultHeaderCellStyle Property

 

 


Copyright © GrapeCity, inc. All rights reserved.