Click or drag to resize
KaxTreeView Methods

The KaxTreeView type exposes the following members.

Methods
  Name Description
Public method CheckAllNodes
Checks all nodes of the current KaxTreeView object.
Public method ClearCheckedNodes Obsolete.
Public method ClearSelectedNodes Obsolete.
Public method CollapseAllNodes
Collapses all nodes in the tree.
Public method ExpandAllNodes
Expands all nodes in the tree.
Public method Code example FindNode
Returns the first KaxTreeNode that matches the conditions defined by the specified predicate. The predicate should returns a boolean value.
Public method FindNodeByAttribute
Searches all nodes for a KaxTreeNode which contains the specified attribute and attribute value.
Public method FindNodeByText(String)
Searches all nodes for a KaxTreeNode with a Text property equal to the specified text.
Public method FindNodeByText(String, Boolean)
Searches all nodes for a KaxTreeNode with a Text property equal to the specified text.
Public method FindNodeByUrl
Searches all nodes for a KaxTreeNode with a NavigateUrl property equal to the specified URL.
Public method FindNodeByValue(String)
Searches all nodes for a KaxTreeNode with a Value property equal to the specified value.
Public method FindNodeByValue(String, Boolean)
Searches all nodes for a KaxTreeNode with a Value property equal to the specified value.
Public method GetAllNodes
Gets a linear list of all nodes in the KaxTreeView control.
Public method LoadContentFile
Populates the control from the specified XML file.
(Overrides HierarchicalControlItemContainerLoadContentFile(String).)
Public method LoadXmlString
Loads the control from an XML string. Identical to LoadXml.
Public method UncheckAllNodes
This method unchecks all nodes of the current KaxTreeView instance. Useful when you need to uncheck all nodes after postback.
Public method UnselectAllNodes
This method unselects all nodes of the current KaxTreeView instance. Useful when you need to clear node selection after postback.
Top
See Also