State of the parent tree node regarding expansion and having children.

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

Syntax

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

Implements

IDataGridTreeCell..::..State

See Also