ASPxClientCalendar.DeselectDate(date) Method
In This Article
Deselects the specified date within the calendar.
#Declaration
TypeScript
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