TreeListNodes Properties
Represents a collection of TreeListNode objects in the TreeList component.
Name | Description |
---|---|
Auto |
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. |
First |
Gets the first element in the collection. |
Is |
Gets a value indicating whether access to the nodes collection is synchronized (thread-safe). |
Item[Int32] |
Obtains the Tree |
Last |
Gets the last node in the node collection. |
Parent |
Gets the parent of the node collection. |
Sync |
Gets an object that can be used to synchronize access to the nodes collection. |
Tree |
Gets the Tree |
See Also