Back to Devexpress

TreeListNodes Properties

windowsforms-devexpress-dot-xtratreelist-dot-nodes-dot-treelistnodes-dot-underscore-properties.md

latest2.1 KB
Original Source

TreeListNodes Properties

Represents a collection of TreeListNode objects in the TreeList component.

NameDescription
AutoFilterNodeGets the Automatic Filtering Row element.
CountGets the number of nodes in the current node collection, without taking into account children of these nodes.
FirstNodeGets the first element in the collection.
IsSynchronizedGets a value indicating whether access to the nodes collection is synchronized (thread-safe).
Item[Int32]Obtains the TreeListNode object by a specific index in the current node collection.
LastNodeGets the last node in the node collection.
ParentNodeGets the parent of the node collection.
SyncRootGets an object that can be used to synchronize access to the nodes collection.
TreeListGets the TreeList object to which the node collection belongs.

See Also

TreeListNodes Class

TreeListNodes Members

DevExpress.XtraTreeList.Nodes Namespace