The C1TreeViewNodeCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Add |
Adds a C1TreeViewNode node to the collection.
|
|
|
Clear |
Removes all C1TreeViewNode nodes from the collection.
|
|
|
Contains |
Checks if the C1TreeViewNode node is contained by the collection.
|
|
|
GetAllNodes |
Gets all C1TreeViewNodes from the collection.
|
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
IndexOf |
Returns index of C1TreeViewNode element.
Returns index -1 if C1TreeViewNodeCollection collection does not contain the C1TreeViewNode element.
|
|
|
Insert |
Inserts a C1TreeViewNode at a specified index.
|
|
|
Remove |
Removes the C1TreeViewNode node from the list.
|
|
|
RemoveAt |
Removes the C1TreeViewNode at the specified index from the list.
|
|
|
RemoveRange |
Removes a range of items from the list.
|
|
|
Reverse |
Reverses the order of the C1TreeViewNode nodes in the list or a portion of it.
|
|
|
SortByText |
Sort the nodes that belong to the collection.
Recursive sorting can be enabled/disabled.
Raise CollectionSortedEvent()()()() event.
|
|
|
ToLocaleString | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |