Skip to main content

ASPxClientDateEdit.CalendarCellClick Event

Occurs when an end user clicks a calendar date cell.

#Declaration

TypeScript
CalendarCellClick: ASPxClientEvent<ASPxClientCalendarCellClickEventHandler<ASPxClientDateEdit>>

#Event Data

The CalendarCellClick 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 CalendarCellClick event to handle an end user’s click on a calendar cell.

See Also