GrapeCity MultiRow Windows Forms Documentation
RowsDefaultCellStyle Property (Template)


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

Property Value

A CellStyle that represents the default cell styles used by all Rows 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
RowsDefaultHeaderCellStyle Property
AlternatingRowsDefaultCellStyle Property
RowsDefaultCellStyle Property

 

 


Copyright © GrapeCity, inc. All rights reserved.