TreeListNode.HasChildren Property
In This Article
Gets whether or not the node has a child node(s).
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the node has a child node |
#Remarks
The HasChildren property returns true if the node's TreeListNode.Nodes collection is not empty.
See Also