MAUI | ComponentOne
C1.Maui.Calendar Assembly / C1.Maui.Calendar Namespace
Inheritance Hierarchy
In This Topic
    C1.Maui.Calendar Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a month calendar with the ability to interactively navigate through months and select a specific System.DateTime value or a range of dates.
    ClassHandler of C1Calendar.
    ClassAdapter that allows advanced customization of the control.
    ClassContains info about day of week slots.
    ClassEvent data for C1Calendar.DayOfWeekSlotLoading event.
    ClassContains info about day slots.
    ClassEvent data for C1Calendar.DaySlotLoading event.
    ClassProvides event data for C1Calendar.HeaderLoading event.
    ClassContains info about header slots.
    ClassContains info about month slots.
    ClassEvent information for C1Calendar.MonthSlotLoading event.
    ClassEvent information for C1Calendar.SelectionChanged event.
    ClassEvent data for C1Calendar.SelectionChanging event.
    ClassContains info about slots.
    ClassBase event data for slot loading events.
    ClassSlot visual element
    ClassHandler of CalendarSlotPresenter.
    ClassHandler of CalendarSlotPresenter.
    ClassSlot presenter that is only able to show text
    ClassHandler of CalendarTextSlotPresenter.
    ClassSettings of the animation performed when the current view changes.
    ClassContains info about year slots.
    ClassEvent information for C1Calendar.YearSlotLoading event.
    ClassThe 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.
    ClassThe DeferrableObservableCollection<T> represents an ObservableCollection supported deferring events during the massive collection changes.
    Class 
    ClassThe ObservableCollectionStringConverter provides a type converter to convert ObservableCollection objects to and from various other representations.
    ClassThe 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.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies constants that define the navigation orientation
    EnumerationSpecifies the kind of calendar displayed
    EnumerationSpecifies constants that define the different views.
    EnumerationRepresent the different kinds of animations when changing C1Calendar.ViewMode.
    See Also