Skip to main content

TreeListNode.HasChildren Property

Gets whether or not the node has a child node(s).

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public bool HasChildren { get; }

#Property Value

Type Description
Boolean

true if the node has a child node(s); otherwise, false.

#Remarks

The HasChildren property returns true if the node's TreeListNode.Nodes collection is not empty.

See Also