Group level of parent tree node.

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

Syntax

C#
public int GroupLevel { get; set; }
Visual Basic
Public Property GroupLevel As Integer
	Get
	Set
JScript
final function get GroupLevel () : int
final function set GroupLevel (value : int)

Implements

IDataGridTreeCell..::..GroupLevel

See Also