GrapeCity MultiRow Windows Forms Documentation
ColumnHeaders Property (GcMultiRow)


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

Property Value

A ColumnHeaderSectionCollection that contains all the ColumnHeaderSections 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
ColumnHeaderSectionCollection Class
ColumnHeaderSection Class

 

 


Copyright © GrapeCity, inc. All rights reserved.