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


In This Topic
    FixedHeaderRows Property
    In This Topic
    Gets a list of all the fixed header rows of the grid.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property FixedHeaderRows As RowList
    'Usage
     
    Dim instance As GridControl
    Dim value As RowList
     
    value = instance.FixedHeaderRows
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public RowList FixedHeaderRows {get;}

    Property Value

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

    The fixed header rows are the rows found in the non-scrollable header section of the grid. This section will not 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