Skip to main content

ASPxClientSchedulerCellClickEventArgs.htmlElement Property

Gets the HTML element that the event was triggered on.

Declaration

htmlElement: any

Property Value

Type Description
any

An object containing event data.

Remarks

Use this property to get information on the clicked HTML element, e.g., coordinates of the click can be obtained via the e.htmlElement.clientX and e.htmlElement.clientY properties.

See Also