Click or drag to resize

DataTablesAggregationOptionsAggregationKinds Property

Gets the kinds of aggregation that should be applied to the aggregated columns.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ImmutableList<KindOfAggregation> AggregationKinds { get; init; }

Property Value

ImmutableListKindOfAggregation
See Also