AggregateOn property

PropertyDefinitionBase? AggregateOn
Gets or sets the property to aggregate on.

Implementation

PropertyDefinitionBase? get AggregateOn => this.aggregateOn;
void AggregateOn=(PropertyDefinitionBase? value)

Implementation

set AggregateOn(PropertyDefinitionBase? value) => this.aggregateOn = value;