Click or drag to resize

DataTablesAggregationOptionsControllerAggregatedColumnNames Property

Gets or sets the collection of column names that should be aggregated.

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

Property Value

ObservableCollectionNotifyChangedValueString
See Also