GrapeCity MultiRow Windows Forms Documentation
ColumnFooters Property (GcMultiRow)


Gets a collection that contains all the ColumnFooterSections in the GcMultiRow control.
Syntax
<FeatureAttribute(Name="ColumnHeaderSectionCollection", Version="v5.0")>
<BrowsableAttribute(False)>
Public ReadOnly Property ColumnFooters As ColumnFooterSectionCollection
Dim instance As GcMultiRow
Dim value As ColumnFooterSectionCollection
 
value = instance.ColumnFooters
[Feature(Name="ColumnHeaderSectionCollection", Version="v5.0")]
[Browsable(false)]
public ColumnFooterSectionCollection ColumnFooters {get;}

Property Value

A ColumnFooterSectionCollection that contains all the ColumnFooterSections in the GcMultiRow control.
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
ColumnFooterSectionCollection Class
ColumnHeaderSection Class

 

 


Copyright © GrapeCity, inc. All rights reserved.