Skip to main content

ASPxClientCalendar.IsDateSelected(date) Method

Tests whether the specified date is selected.

#Declaration

TypeScript
IsDateSelected(
    date: Date
): boolean

#Parameters

Name Type Description
date Date

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

#Returns

Type Description
boolean

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

See Also