ASPxClientCalendar.IsDateSelected(date) Method
In This Article
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 |
|
See Also