Skip to main content
A newer version of this page is available. .

ASPxClientTreeViewNode Members

Represents a client-side equivalent of the ASPxTreeView’s TreeViewNode object.

Properties

Name Description
index Gets the node’s index within the parent’s collection of nodes.
name Gets the name that uniquely identifies the node.
parent Gets the current node’s parent node.
treeView Gets the client representation of the ASPxTreeView control to which the current node belongs.

Methods

Name Description
GetChecked Returns a value indicating whether the node is checked.
GetCheckState Returns a value which specifies the node’s check state.
GetEnabled Returns a value specifying whether the node is enabled.
GetExpanded Returns a value indicating whether the node is expanded.
GetHtmlElement Gets the HTML object that contains the current node.
GetImageUrl Returns the URL pointing to the image displayed within the node.
GetNavigateUrl Gets an URL which defines the navigation location for the node’s hyperlink.
GetNode(index) Returns the current node’s immediate child node specified by its index.
GetNodeByName(name) Returns the current node’s child node specified by its name.
GetNodeByText(text) Returns the current node’s child node specified by its text.
GetNodeCount Returns the number of the current node’s immediate child nodes.
GetText Gets the text, displayed within the node.
GetVisible Returns a value specifying whether a node is displayed.
SetChecked(value) Sets a value indicating whether the node is checked.
SetEnabled(value) Sets a value specifying whether the node is enabled.
SetExpanded(value) Sets a value which specifies the node’s expansion state.
SetImageUrl(value) Sets the URL which points to the image displayed within the node.
SetNavigateUrl(value) Specifies a URL which defines the node’s navigate URL.
SetText(value) Specifies the text, displayed within the node.
SetVisible(value) Specifies whether the node is visible.
See Also