Click or drag to resize

DataTableMatrixProxyControllerAvailableGroups Property

Gets or sets the available group numbers.

Namespace: Altaxo.Gui.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ObservableCollection<int> AvailableGroups { get; set; }

Property Value

ObservableCollectionInt32
See Also