A newer version of this page is available.
Switch to the current version.
ASPxClientCalendar.SelectRange(start, end) Method
Selects the specified range of dates within the calendar.
Declaration
SelectRange(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 deselect the specified date range, use the ASPxClientCalendar.DeselectRange method.
See Also
Feedback