Skip to main content
A newer version of this page is available. .

TreeListNodes Properties

Represents a collection of TreeListNode objects in the TreeList component.
Name Description
AutoFilterNode Gets the Automatic Filtering Row element.
Count Gets the number of nodes in the current node collection, without taking into account children of these nodes.
FirstNode Gets the first element in the collection.
IsSynchronized Gets 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.
LastNode Gets the last node in the node collection.
ParentNode Gets the parent of the node collection.
SyncRoot Gets an object that can be used to synchronize access to the nodes collection.
TreeList Gets the TreeList object to which the node collection belongs.
See Also