ASPxClientTreeViewNode Members
In This Article
#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. |
tree |
Gets the client representation of the ASPx |
#Methods
Name | Description |
---|---|
Get |
Returns a value indicating whether the node is checked. |
Get |
Returns a value which specifies the node’s check state. |
Get |
Returns a value specifying whether the node is enabled. |
Get |
Returns a value indicating whether the node is expanded. |
Get |
Gets the HTML object that contains the current node. |
Get |
Returns the URL pointing to the image displayed within the node. |
Get |
Gets an URL which defines the navigation location for the node’s hyperlink. |
Get |
Returns the current node’s immediate child node specified by its index. |
Get |
Returns the current node’s child node specified by its name. |
Get |
Returns the current node’s child node specified by its text. |
Get |
Returns the number of the current node’s immediate child nodes. |
Get |
Gets the text, displayed within the node. |
Get |
Returns a value specifying whether a node is displayed. |
Set |
Sets a value indicating whether the node is checked. |
Set |
Sets a value specifying whether the node is enabled. |
Set |
Sets a value which specifies the node’s expansion state. |
Set |
Sets the URL which points to the image displayed within the node. |
Set |
Specifies a URL which defines the node’s navigate URL. |
Set |
Specifies the text, displayed within the node. |
Set |
Specifies whether the node is visible. |
See Also