Skip to main content

BootstrapClientTreeViewNode Methods

Represents a client-side equivalent of the TreeView’s BootstrapTreeViewNode object.
Name Description
GetBadgeIconCssClass Gets the CSS class of the icon displayed within the node badge.
GetBadgeText Gets the text displayed within the node badge.
GetChecked Returns a value indicating whether the node is checked. Inherited from ASPxClientTreeViewNode.
GetCheckState Returns a value which specifies the node’s check state. Inherited from ASPxClientTreeViewNode.
GetEnabled Returns a value specifying whether the node is enabled. Inherited from ASPxClientTreeViewNode.
GetExpanded Returns a value indicating whether the node is expanded. Inherited from ASPxClientTreeViewNode.
GetHtmlElement Gets the HTML object that contains the current node. Inherited from ASPxClientTreeViewNode.
GetIconCssClass Gets the CSS class of the icon displayed by the node.
GetImageUrl Obsolete. 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. Inherited from ASPxClientTreeViewNode.
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. Inherited from ASPxClientTreeViewNode.
GetText Gets the text, displayed within the node. Inherited from ASPxClientTreeViewNode.
GetVisible Returns a value specifying whether a node is displayed. Inherited from ASPxClientTreeViewNode.
SetBadgeIconCssClass(cssClass) Sets the CSS class of the icon displayed within the node badge.
SetBadgeText(text) Sets the text displayed within the node badge.
SetChecked(value) Sets a value indicating whether the node is checked. Inherited from ASPxClientTreeViewNode.
SetEnabled(value) Sets a value specifying whether the node is enabled. Inherited from ASPxClientTreeViewNode.
SetExpanded(value) Sets a value which specifies the node’s expansion state. Inherited from ASPxClientTreeViewNode.
SetIconCssClass(cssClass) Sets the CSS class of the icon displayed by the node.
SetImageUrl(value) Obsolete. Sets the URL which points to the image displayed within the node.
SetNavigateUrl(value) Specifies a URL which defines the node’s navigate URL. Inherited from ASPxClientTreeViewNode.
SetText(value) Specifies the text, displayed within the node. Inherited from ASPxClientTreeViewNode.
SetVisible(value) Specifies whether the node is visible. Inherited from ASPxClientTreeViewNode.
See Also