Gets or sets the groups.

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

Syntax

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

Field Value

The groups.

See Also