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.
|
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.
|
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.
|
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.
|
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.
|
SetEnabled(value)
|
Sets a value specifying whether the node is enabled.
|
SetExpanded(value)
|
Sets a value which specifies the node’s expansion state.
|
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.
|
SetText(value)
|
Specifies the text, displayed within the node.
|
SetVisible(value)
|
Specifies whether the node is visible.
|