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