Skip to main content
A newer version of this page is available. .

TreeListView.TotalNodesCount Property

Gets the total number of nodes contained within the view.

Namespace: DevExpress.Xpf.Grid

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

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 Through Nodes.

See Also