Skip to main content
A newer version of this page is available. .

ASPxClientDateEdit.CalendarCellClick Event

Occurs when an end user clicks a calendar date cell.

Declaration

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