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

In This Topic
    Rows Property (C1DataGrid)
    In This Topic
    Gets the collection containing all the rows in the grid.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As DataGridRowCollection
    public DataGridRowCollection Rows {get;}

    Property Value

    The rows in the grid.
    See Also