ASPxClientCalendar.SelectDate(date) Method
Selects the specified date within the calendar.
Declaration
SelectDate(
date: Date
): void
Parameters
Name | Type | Description |
---|---|---|
date | Date | A date-time value that specifies the selected date. |
Remarks
To deselect the specified date, use the ASPxClientCalendar.DeselectDate method.
See Also