ComponentOne Calendar for UWP
C1.UWP.Calendar Assembly / C1.Xaml.Calendar Namespace
Inheritance Hierarchy
In This Topic
    C1.Xaml.Calendar Namespace
    In This Topic
    Classes
     ClassDescription
    ClassRepresents a month calendar with an ability to interactively navigate through months and select a specific Windows.Foundation.DateTime value.
    ClassAn instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with calendar days will appear.
    ClassRepresents the bridge between the view and the C1Calendar control.
    ClassAn instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with calendar months or years is displayed.
    ClassThe panel layouts the selected item over the whole available space and changes selected items with FlipView-alike behavior.
    ClassProvides data for the DisplayModeChanged event.
    ClassGets or sets a value indicating whether to clip the content of the element (or content coming from the child elements of the element) to fit into the size of the containing element.
    ClassThe DateChangedEventArgs class describes event data for the DateTime property changing events.
    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.
    ClassProvides a data about a day of a week for the DaysOfWeekPresenter.
    ClassRepresents a root element of a visual tree generated for a day of week slot of the C1Calendar.
    ClassRepresents a day slot in the C1Calendar control.
    ClassRepresents a root element of a visual tree generated for a day slot of the C1Calendar.
    ClassExposes logic for choosing a template used to display DaySlot object.
    ClassAn instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with day of week captions will appear.
    ClassThe DeferrableObservableCollection<T> represents an System.Collections.ObjectModel.ObservableCollection`1 supported deferring events during the massive collection changes.
    ClassSupplies even arguments for the C1LoopPanel.PrepareElement event.
    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.
    ClassRepresents a month or year slot in the C1Calendar control.
    ClassRepresents a root element of a visual tree generated for a month or year slot of the C1Calendar.
    ClassProvides a data about week number for the WeekNumbersPresenter class.
    ClassRepresents a root element of the visual tree generated for a week number slot of the C1Calendar control.
    ClassAn instance of this class is used in the C1Calendar's template visual tree to define a place where a panel with week numbers will appear.
    ClassThe WorkDays class is a list of working days for the single week.
    Enumerations
     EnumerationDescription
    EnumerationSpecifies whether the C1Calendar control displays month, year, or decade.
    EnumerationDetermines the type of selection.
    See Also