ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridViewport Class / LastVisibleRow Property

In This Topic
    LastVisibleRow Property (DataGridViewport)
    In This Topic
    Gets the bottom most visible row.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property LastVisibleRow As Integer
    public int LastVisibleRow {get;}

    Property Value

    The bottom most visible row.
    See Also