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