ASPxClientEditClickEventArgs.htmlElement Property
In This Article
Gets the HTML element related to the event.
#Declaration
TypeScript
htmlElement: any
#Property Value
Type | Description |
---|---|
any | An object that represents the clicked HTML element. |
See Also