ASPxClientCalendar.GetSelectedDates Method
Returns a list of dates which are selected within the calendar.
Declaration
GetSelectedDates(): Date[]
Returns
| Type | Description |
|---|---|
| Date[] | An array of date objects that represents the list of the calendar’s selected dates. |
See Also