KaxTreeNodeCollection Class |
Namespace: Kettic.AspNet.Controls
The KaxTreeNodeCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | KaxTreeNodeCollection |
Initializes a new instance of the KaxTreeNodeCollection class.
|
Name | Description | |
---|---|---|
![]() ![]() | Add |
Appends the specified KaxTreeNode object to the end of the current
KaxTreeNodeCollection.
|
![]() ![]() | AddRange | Appends the specified array of KaxTreeNode objects to the end of the
current KaxTreeNodeCollection.
|
![]() | Contains |
Determines whether the specified KaxTreeNode object is in the current
KaxTreeNodeCollection.
|
![]() | CopyTo |
Copies the KaxTreeNode instances stored in the current
KaxTreeNodeCollection object to an System.Array object, beginning at the specified
index location in the System.Array.
|
![]() ![]() | FindNode |
Returns the first KaxTreeNode
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
|
![]() | FindNodeByAttribute |
Searches the nodes in the collection for a KaxTreeNode which contains the specified attribute and attribute value.
|
![]() | FindNodeByText(String) |
Searches all nodes for a KaxTreeNode with a Text property
equal to the specified text.
|
![]() | FindNodeByText(String, Boolean) |
Searches all nodes for a KaxTreeNode with a Text property
equal to the specified text.
|
![]() | FindNodeByValue(String) |
Searches all nodes for a KaxTreeNode with a Value property
equal to the specified value.
|
![]() | FindNodeByValue(String, Boolean) |
Searches all nodes for a KaxTreeNode with a Value property
equal to the specified value.
|
![]() | IndexOf |
Determines the index of the specified KaxTreeNode object in the collection.
|
![]() | Insert |
Inserts the specified KaxTreeNode object in the current
KaxTreeNodeCollection at the specified index location.
|
![]() | Remove |
Removes the specified KaxTreeNode object from the current
KaxTreeNodeCollection.
|
![]() | RemoveAt |
Removes the KaxTreeNode object at the specified index
from the current KaxTreeNodeCollection.
|
Name | Description | |
---|---|---|
![]() | Item |
Gets the KaxTreeNodeobject at the specified index in
the current KaxTreeNodeCollection.
|