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

In This Topic
    Rows Property (DataGridGroupRow)
    In This Topic
    Gets the rows inside the group.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rows As DataGridRowCollection
    public DataGridRowCollection Rows {get;}

    Property Value

    The rows inside the group.
    See Also