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

In This Topic
    Rows Property (DataGridViewport)
    In This Topic
    Gets the collection of rows which are currently in the viewport.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As DataGridRow()
    public DataGridRow[] Rows {get;}

    Property Value

    The collection of rows which are currently in the viewport.
    See Also