ASPxClientCalendar.SelectDate(date) Method
In This Article
Selects the specified date within the calendar.
#Declaration
TypeScript
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