GrapeCity MultiRow Windows Forms Documentation
AlternatingRowsDefaultCellStyle Property (Template)


Gets or sets the default cell style applied to odd numbered rows of the GcMultiRow control.
Syntax
<SRDescriptionAttribute("Indicates the default CellStyle that is applied to the cells in the odd-numbered rows of GcMultiRow.")>
<SRCategoryAttribute("Appearance")>
<RefreshPropertiesAttribute(RefreshProperties.All)>
Public Property AlternatingRowsDefaultCellStyle As CellStyle
Dim instance As Template
Dim value As CellStyle
 
instance.AlternatingRowsDefaultCellStyle = value
 
value = instance.AlternatingRowsDefaultCellStyle
[SRDescription("Indicates the default CellStyle that is applied to the cells in the odd-numbered rows of GcMultiRow.")]
[SRCategory("Appearance")]
[RefreshProperties(RefreshProperties.All)]
public CellStyle AlternatingRowsDefaultCellStyle {get; set;}

Property Value

A CellStyle that is applied to the odd numbered 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

Template Class
Template Members
DefaultCellStyle Property
AlternatingRowsDefaultCellStyle Property

 

 


Copyright © GrapeCity, inc. All rights reserved.