GroupBy property

Grouping? GroupBy
Gets or sets the group by.

Implementation

Grouping? get GroupBy => this._groupBy;
void GroupBy=(Grouping? value)

Implementation

set GroupBy(Grouping? value) => this._groupBy = value;