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

In This Topic
    Rows Property (DataGridGroupWithSummaryRow)
    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