TreeListNode.AllNodesCount Property
Returns the total number of nodes for this TreeListNode.
Namespace: DevExpress.XtraTreeList.Nodes
Assembly: DevExpress.XtraTreeList.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, 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