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. | |
C1CalendarHandler | Handler of C1Calendar. | |
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. | |
CalendarHeaderLoadingEventArgs | Provides event data for C1Calendar.HeaderLoading event. | |
CalendarHeaderSlotInfo | Contains info about header slots. | |
CalendarMonthSlotInfo | Contains info about month slots. | |
CalendarMonthSlotLoadingEventArgs | Event information for C1Calendar.MonthSlotLoading event. | |
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 | |
CalendarSlotPresenterHandler | Handler of CalendarSlotPresenter. | |
CalendarSlotPresenterHandler<TVirtualBorder,TNativeBorder> | Handler of CalendarSlotPresenter. | |
CalendarTextSlotPresenter | Slot presenter that is only able to show text | |
CalendarTextSlotPresenterHandler | Handler of CalendarTextSlotPresenter. | |
CalendarViewModeAnimation | Settings of the animation performed when the current view changes. | |
CalendarYearSlotInfo | Contains info about year slots. | |
CalendarYearSlotLoadingEventArgs | Event information for C1Calendar.YearSlotLoading event. | |
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. | |
DeferrableObservableCollection<T> | The DeferrableObservableCollection<T> represents an ObservableCollection supported deferring events during the massive collection changes. | |
MauiAppBuilderEx | ||
ObservableCollectionStringConverter | The ObservableCollectionStringConverter provides a type converter to convert ObservableCollection objects to and from various other representations. | |
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. |