Skip to main content

ASPxClientScheduler.CellDoubleClick Event

Occurs when and end-user double-clicks a time cell.

Declaration

CellDoubleClick: ASPxClientEvent<CellClickEventHandler<ASPxClientScheduler>>

Event Data

The CellDoubleClick event's data class is ASPxClientSchedulerCellClickEventArgs. The following properties provide information specific to this event:

Property Description
htmlElement Gets the HTML element that the event was triggered on.
interval Gets the time interval of the time cells related to the event.
resource Gets the resource identifier associated with the cell related to the event.
See Also