DXTreeView.VisibleNodeCount Property
In This Article
Gets the total number of nodes displayed in the DXTreeView.
Namespace: DevExpress.Maui.TreeView
Assembly: DevExpress.Maui.TreeView.dll
NuGet Package: DevExpress.Maui.TreeView
#Declaration
C#
public int VisibleNodeCount { get; }
#Property Value
Type | Description |
---|---|
Int32 | The total number of nodes displayed in the DXTree |
See Also