TreeListNode.HasChildren Property
Gets whether the node has children.
Namespace: DevExpress.Web.ASPxTreeList
Assembly: DevExpress.Web.ASPxTreeList.v25.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
Nodes hold their child nodes within the TreeListNode.ChildNodes collection. If this collection is empty, the HasChildren property returns false.
To learn more, see Nodes.
See Also