ASPxClientCalendar.DeselectRange(start, end) Method
In This Article
Deselects the specified range of dates within the calendar.
#Declaration
TypeScript
DeselectRange(
start: Date,
end: Date
): void
#Parameters
Name | Type | Description |
---|---|---|
start | Date | 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