ASPxClientCalendar.IsDateSelected(date) Method
Tests whether the specified date is selected.
Declaration
IsDateSelected(
date: Date
): boolean
Parameters
Name | Type | Description |
---|---|---|
date | Date | A date-time value that specifies the date to test. |
Returns
Type | Description |
---|---|
boolean |
|
See Also