FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridGroupRow Class / BoundRows Property

In This Topic
    BoundRows Property (GridGroupRow)
    In This Topic
    Gets the collection of rows from which the summaries will be computed.
    Syntax
    'Declaration
     
    Protected Overrides ReadOnly Property BoundRows As IEnumerable(Of GridRow)
    protected override IEnumerable<GridRow> BoundRows {get;}
    See Also