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