ASPxClientTreeList.GetNodeHtmlElement(nodeKey) Method
In This Article
Returns an HTML table row that represents the specified node.
#Declaration
TypeScript
GetNodeHtmlElement(
nodeKey: string
): any
#Parameters
Name | Type | Description |
---|---|---|
node |
string | A string value that identifies the node. |
#Returns
Type | Description |
---|---|
any | An object that represents the HTML table row, which corresponds to the specified node. |
See Also