Back to Devexpress

TreeListView.TotalNodesCount Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-961540be.md

latest1.3 KB
Original Source

TreeListView.TotalNodesCount Property

Gets the total number of nodes contained within the view.

Namespace : DevExpress.Xpf.Grid

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public int TotalNodesCount { get; }
vb
Public ReadOnly Property TotalNodesCount As Integer

Property Value

TypeDescription
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

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace