Skip to main content

TreeListView.TotalNodesCount Property

Gets the total number of nodes contained within the view.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public int TotalNodesCount { get; }

#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 Trough Nodes.

See Also