TreeListNode.HasVisibleChildren Property
In This Article
Gets whether the node has a child node(s) displayed within a View.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true if the node has a child node |
#Remarks
The HasVisibleChildren property returns false, if the node has no child nodes or it is collapsed.
See Also