DXTreeView.VisibleNodeCount Property
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
public int VisibleNodeCount { get; }
Property Value
Type | Description |
---|---|
Int32 | The total number of nodes displayed in the DXTreeView. |
See Also