Class | Description | |
---|---|---|
C1Calendar | Represents a month calendar with the ability to interactively navigate through months and select a specific System.DateTime value or a range of dates. | |
CalendarAdapter | Adapter that allows advanced customization of the control. | |
CalendarDayOfWeekSlotInfo | Contains info about day of week slots. | |
CalendarDayOfWeekSlotLoadingEventArgs | Event data for C1Calendar.DayOfWeekSlotLoading event. | |
CalendarDaySlotInfo | Contains info about day slots. | |
CalendarDaySlotLoadingEventArgs | Event data for C1Calendar.DaySlotLoading event. | |
CalendarDaysOfWeekPanel | Panel that displays day of the week. | |
CalendarDaysPanel | Panel that displays day slots. | |
CalendarHeaderLoadingEventArgs | Provides event data for C1Calendar.HeaderLoading event. | |
CalendarHeaderSlotInfo | Contains info about header slots. | |
CalendarHeadersPanel | Panel that displays headers slots. | |
CalendarMonthSlotInfo | Contains info about month slots. | |
CalendarMonthSlotLoadingEventArgs | Event information for C1Calendar.MonthSlotLoading event. | |
CalendarMonthsPanel | Panel that displays months. | |
CalendarSelectionChangedEventArgs | Event information for C1Calendar.SelectionChanged event. | |
CalendarSelectionChangingEventArgs | Event data for C1Calendar.SelectionChanging event. | |
CalendarSlotInfo | Contains info about slots. | |
CalendarSlotLoadingEventArgs<T> | Base event data for slot loading events. | |
CalendarSlotPresenter | Slot visual element | |
CalendarSlotsPanel<S> | Abstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view. | |
CalendarViewModeAnimation | Settings of the animation performed when the current view changes. | |
CalendarYearSlotInfo | Contains info about year slots. | |
CalendarYearSlotLoadingEventArgs | Event information for C1Calendar.YearSlotLoading event. | |
CalendarYearsPanel | Panel that shows years divided by decades. | |
DateList | The DateList class represents the observable collection of System.DateTime values. The collection contains unique values only. Every item in collection is a System.DateTime value containing the date part only. | |
ReentrantObservableCollection<T> | The ReentrantObservableCollection<T> class represents the same interface and functionality as the DeferrableObservableCollection<T> with one exception: it allows collection changing in event handlers for the CollectionChanged event. |