WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.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
    protected virtual IEnumerable<GridRow> BoundRows {get;}
    See Also