HeaderRows Property
See Also 
Xceed.Grid Assembly > Xceed.Grid Namespace > GroupBase Class : HeaderRows Property


Gets a list of all the header rows of the group.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
Public ReadOnly Property HeaderRows As RowList
Visual Basic (Usage)Copy Code
Dim instance As GroupBase
Dim value As RowList
 
value = instance.HeaderRows
C# 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
public RowList HeaderRows {get;}

Property Value

A reference to a Xceed.Grid.Collections.RowList object representing all the headers rows of the group.

Remarks

The header rows are the rows found in the header section of the group, before the data rows.

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also