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