Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.v4.3 Assembly / Xceed.Grid Namespace / GridControl Class / HeaderRows Property


    HeaderRows Property (GridControl)
    Gets a list of all the non-fixed header rows of the grid.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property HeaderRows As RowList
     
    'Usage
     
    Dim instance As GridControl
    Dim value As RowList
     
    value = instance.HeaderRows

    Property Value

    A reference to a Xceed.Grid.Collections.RowList object containing a list of all the non-fixed header rows of the grid.
    Remarks

    The header rows are the rows found in the header section of the grid, before the data rows and groups, and that scroll with the grid body.

    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