ASPxClientCalendar.CellClick Event
In This Article
Occurs when an end user clicks a date cell.
#Declaration
TypeScript
CellClick: ASPxClientEvent<ASPxClientCalendarCellClickEventHandler<ASPxClientCalendar>>
#Event Data
The CellClick event's data class is ASPxClientCalendarCellClickEventArgs. The following properties provide information specific to this event:
Property | Description |
---|---|
date | Gets the date that relates to the processed calendar’s cell click. |
#Remarks
Use the CellClick event to handle an end user’s click on a date cell.
See Also