Back to Devexpress

ASPxClientCalendar.DeselectRange(start, end) Method

aspnet-js-aspxclientcalendar-dot-deselectrange-x28-start-end-x29.md

latest925 B
Original Source

ASPxClientCalendar.DeselectRange(start, end) Method

Deselects the specified range of dates within the calendar.

Declaration

ts
DeselectRange(
    start: Date,
    end: Date
): void

Parameters

NameTypeDescription
startDate

A date-time value that specifies the range’s first date.

| | end | Date |

A date-time value that specifies the range’s last date.

|

Remarks

To select the specified date range, use the ASPxClientCalendar.SelectRange method.

See Also

DeselectDate(date)

EnableClientSideAPI

Calendar

ASPxClientCalendar Class

ASPxClientCalendar Members