Skip to main content

ASPxClientTreeList.GetNodeHtmlElement(nodeKey) Method

Returns an HTML table row that represents the specified node.

Declaration

GetNodeHtmlElement(
    nodeKey: string
): any

Parameters

Name Type Description
nodeKey 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