TreeNode.HasVisibleChildren Property
Gets whether the node has a child node(s).
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
Declaration
public bool HasVisibleChildren { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
|
See Also