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