GrapeCity MultiRow Windows Forms Documentation
ColumnFootersDefaultCellStyle Property (Template)


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

Property Value

A CellStyle that represents the default cell styles used by all ColumnFooterSections 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
ColumnFootersDefaultHeaderCellStyle Property
ColumnFootersDefaultCellStyle Property

 

 


Copyright © GrapeCity, inc. All rights reserved.