Back to Devexpress

ASPxClientCalendar.SelectDate(date) Method

aspnet-js-aspxclientcalendar-dot-selectdate-x28-date-x29.md

latest800 B
Original Source

ASPxClientCalendar.SelectDate(date) Method

Selects the specified date within the calendar.

Declaration

ts
SelectDate(
    date: Date
): void

Parameters

NameTypeDescription
dateDate

A date-time value that specifies the selected date.

|

Remarks

To deselect the specified date, use the ASPxClientCalendar.DeselectDate method.

See Also

SelectRange(start, end)

EnableClientSideAPI

Calendar

ASPxClientCalendar Class

ASPxClientCalendar Members