The C1TreeViewNodeCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
C1TreeViewNodeCollection |
Default constructor.
|
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.) |
Fields
| Name | Description | |
|---|---|---|
|
|
list |
storage.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Count |
Items count.
|
|
|
Item |
Gets or sets C1TreeViewNode node from\to specific collection index.
|
|
|
Last |
Gets or sets the last C1TreeViewNode node on the collection.
|
|
|
Length |
Specifies the length of the C1TreeViewNode in the collection.
|
|
|
Owner |
Gets a reference to the IC1NodesOwner that owns this collection.
|
Events
| Name | Description | |
|---|---|---|
|
|
OnCollectionChanged |
Occurs after C1TreeViewNodeCollection collection was changed.
|
|
|
OnCollectionSorted |
Occurs after C1TreeViewNodeCollection collection was sorted.
|