Click or drag to resize

DataTablesAggregationOptionsAggregatedColumnNames Property

Gets the name of the columns that should be aggregated.

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

Property Value

ImmutableListString
See Also