ASPxClientScheduler.CellClick Event
Occurs when an end-user clicks a time cell.
Declaration
CellClick: ASPxClientEvent<CellClickEventHandler<ASPxClientScheduler>>
Event Data
The CellClick 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