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


In This Topic
    FirstVisibleRow Property
    In This Topic
    Gets or sets the first visible row available in the visible section of the grid's body.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
    Public Property FirstVisibleRow As Row
    'Usage
     
    Dim instance As GridControl
    Dim value As Row
     
    instance.FirstVisibleRow = value
     
    value = instance.FirstVisibleRow
    [Browsable(false)]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
    public Row FirstVisibleRow {get; set;}

    Property Value

    A reference to a Row object representing the first visible row available in the visible section of the grid's body.
    Remarks

    The grid's body includes the DataRow's and the grid's HeaderRows and FooterRows sections. It does not include the grid's FixedHeaderRows and FixedFooterRows sections

    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