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.v19.2.dll

Declaration

[Browsable(false)]
public int AllNodesCount { get; }

Property Value

Type Description
Int32

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

See Also