Back to Devexpress

ASPxClientCalendar.DeselectDate(date) Method

aspnet-js-aspxclientcalendar-dot-deselectdate-x28-date-x29.md

latest807 B
Original Source

ASPxClientCalendar.DeselectDate(date) Method

Deselects the specified date within the calendar.

Declaration

ts
DeselectDate(
    date: Date
): void

Parameters

NameTypeDescription
dateDate

A date-time value that specifies the date to deselect.

|

Remarks

To select the specified date, use the ASPxClientCalendar.SelectDate method.

See Also

DeselectRange(start, end)

EnableClientSideAPI

Calendar

ASPxClientCalendar Class

ASPxClientCalendar Members