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

TreeListNode.AllNodesCount Property

Returns the total number of nodes for this TreeListNode.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.TreeList

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int AllNodesCount { get; }

Property Value

Type Description
Int32

An Int32 value that is the total number of nodes for this TreeListNode.

See Also