Gets or sets a value indicating that the group has some children (even when they are not loaded)

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

Syntax

C#
bool HasChildren { get; set; }
Visual Basic
Property HasChildren As Boolean
	Get
	Set
JScript
function get HasChildren () : boolean
function set HasChildren (value : boolean)

See Also