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

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