GrapeCity MultiRow Windows Forms Documentation
AlternatingRowsDefaultHeaderCellStyle Property (GcMultiRow)


Gets or sets default header cell styles used by alternating rows in the control. Used to create a ledger-like effect.
Syntax
<SRCategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
<SRDescriptionAttribute("Indicates the default CellStyle that is applied to the header cells in the odd-numbered rows of GcMultiRow.")>
Public Property AlternatingRowsDefaultHeaderCellStyle As CellStyle
Dim instance As GcMultiRow
Dim value As CellStyle
 
instance.AlternatingRowsDefaultHeaderCellStyle = value
 
value = instance.AlternatingRowsDefaultHeaderCellStyle
[SRCategory("Appearance")]
[RefreshProperties(RefreshProperties.All)]
[SRDescription("Indicates the default CellStyle that is applied to the header cells in the odd-numbered rows of GcMultiRow.")]
public CellStyle AlternatingRowsDefaultHeaderCellStyle {get; set;}

Property Value

A CellStyle that represents the default header cell styles used by alternating rows in the control. Used to create a ledger-like effect.
Remarks
When getting this property, a CellStyle with default values will be created if the property has not already been accessed. This can cause a performance impact when getting this property for many rows. Whenever possible, use a single CellStyle to set this property for multiple rows.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.