Back to Devexpress

TreeListNode.AllNodesCount Property

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnode-5f6b3069.md

latest1.5 KB
Original Source

TreeListNode.AllNodesCount Property

Returns the total number of nodes for this TreeListNode.

Namespace : DevExpress.XtraTreeList.Nodes

Assembly : DevExpress.XtraTreeList.v25.2.dll

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

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public int AllNodesCount { get; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public ReadOnly Property AllNodesCount As Integer

Property Value

TypeDescription
Int32

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

|

See Also

TreeListNode Class

TreeListNode Members

DevExpress.XtraTreeList.Nodes Namespace