WinUI | ComponentOne
C1.WinUI.Calendar Assembly / C1.WinUI.Calendar Namespace
Inheritance Hierarchy
In This Topic
    C1.WinUI.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.
    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.
    ClassPanel that displays day of the week.
    ClassPanel that displays day slots.
    ClassProvides event data for C1Calendar.HeaderLoading event.
    ClassContains info about header slots.
    ClassPanel that displays headers slots.
    ClassContains info about month slots.
    ClassEvent information for C1Calendar.MonthSlotLoading event.
    ClassPanel that displays months.
    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
    ClassAbstract panel used to render days, month years and days of weeks as a uniform grid which also allows rendering slots out of view.
    ClassSettings of the animation performed when the current view changes.
    ClassContains info about year slots.
    ClassEvent information for C1Calendar.YearSlotLoading event.
    ClassPanel that shows years divided by decades.
    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 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 the kind of calendar displayed
    EnumerationSpecifies constants that define the different views.
    EnumerationRepresent the different kinds of animations when changing C1Calendar.ViewMode.
    See Also