GroupBy property

Grouping? get GroupBy
Gets or sets the group by.

Implementation

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

Implementation

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