Back to Devexpress

ASPxClientCalendar.IsDateSelected(date) Method

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

latest850 B
Original Source

ASPxClientCalendar.IsDateSelected(date) Method

Tests whether the specified date is selected.

Declaration

ts
IsDateSelected(
    date: Date
): boolean

Parameters

NameTypeDescription
dateDate

A date-time value that specifies the date to test.

|

Returns

TypeDescription
boolean

true if the specified date is selected; otherwise, false.

|

See Also

SelectedDate

DeselectDate(date)

EnableClientSideAPI

Calendar

ASPxClientCalendar Class

ASPxClientCalendar Members