Skip to main content
A newer version of this page is available. .

ASPxClientTreeViewNodeClickEventArgs.htmlElement Property

Gets the HTML object that contains the processed node.

Declaration

htmlElement: any

Property Value

Type Description
any

An object representing a container for the node related to the event.

Remarks

The htmlElement property provides access to the HTML object that serves as a container for the node related to the event.

See Also