Click or drag to resize

DataTablesAggregationOptionsControllerClusteredPropertyNames Property

Gets or sets the collection of clustered property names.

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

Property Value

ObservableCollectionNotifyChangedValueString
See Also