TreeListView.TotalNodesCount Property
In This Article
Gets the total number of nodes contained within the view.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v24.2.dll
NuGet Package: DevExpress.Wpf.Grid.Core
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value that specifies the total number of nodes. |
#Remarks
Use the TotalNodesCount property to obtain the total number of nodes (including nodes that are hidden within collapsed nodes) contained within a View.
To learn more, see Iterating Through Nodes.
See Also