ASPxClientTreeViewNode.GetHtmlElement Method
In This Article
Gets the HTML object that contains the current node.
#Declaration
TypeScript
GetHtmlElement(): any
#Returns
Type | Description |
---|---|
any | An object representing a container for the current node. |
See Also