Skip to main content

TreeListNode.AllNodesCount Property

Returns the total number of nodes for this TreeListNode.

Namespace: DevExpress.XtraTreeList.Nodes

Assembly: DevExpress.XtraTreeList.v24.2.dll

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