ASPxClientCalendar.DeselectDate(date) Method
Deselects the specified date within the calendar.
Declaration
DeselectDate(
date: Date
): void
Parameters
Name | Type | Description |
---|---|---|
date | Date | A date-time value that specifies the date to deselect. |
Remarks
To select the specified date, use the ASPxClientCalendar.SelectDate method.
See Also