Gets the groups.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public ObservableCollection<IDataGridColumn> Groups { get; }
Visual Basic
Public ReadOnly Property Groups As ObservableCollection(Of IDataGridColumn)
	Get
JScript
final function get Groups () : ObservableCollection<IDataGridColumn>

Field Value

The groups.

Implements

IDataGrid..::..Groups

See Also