ASPxClientScheduler.CellDoubleClick Event
In This Article
Occurs when and end-user double-clicks a time cell.
#Declaration
TypeScript
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 |
---|---|
html |
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