GroupOn property

Gets or sets the property to group on.

Implementation

PropertyDefinitionBase? get GroupOn => this.groupOn;
void GroupOn=(PropertyDefinitionBase? value)

Implementation

set GroupOn(PropertyDefinitionBase? value) => this.groupOn = value;