KaxTreeView Methods |
The KaxTreeView type exposes the following members.
Name | Description | |
---|---|---|
![]() |
CheckAllNodes |
Checks all nodes of the current KaxTreeView object.
|
![]() |
ClearCheckedNodes | Obsolete. |
![]() |
ClearSelectedNodes | Obsolete. |
![]() |
CollapseAllNodes |
Collapses all nodes in the tree.
|
![]() |
ExpandAllNodes |
Expands all nodes in the tree.
|
![]() ![]() |
FindNode |
Returns the first KaxTreeNode
that matches the conditions defined by the specified predicate.
The predicate should returns a boolean value.
|
![]() |
FindNodeByAttribute |
Searches all nodes 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.
|
![]() |
FindNodeByUrl |
Searches all nodes for a KaxTreeNode with a NavigateUrl property
equal to the specified URL.
|
![]() |
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.
|
![]() |
GetAllNodes |
Gets a linear list of all nodes in the KaxTreeView control.
|
![]() |
LoadContentFile |
Populates the control from the specified XML file.
(Overrides HierarchicalControlItemContainerLoadContentFile(String).) |
![]() |
LoadXmlString |
Loads the control from an XML string. Identical to LoadXml.
|
![]() |
UncheckAllNodes |
This method unchecks all nodes of the current KaxTreeView instance. Useful when you need to uncheck all nodes after postback.
|
![]() |
UnselectAllNodes |
This method unselects all nodes of the current KaxTreeView instance. Useful when you need to clear node selection after postback.
|