Class | Description | |
---|---|---|
![]() | C1Calendar | Represents a month calendar with an ability to interactively navigate through months and select a specific Windows.Foundation.DateTime value. |
![]() | C1CalendarPresenter | An 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. |
![]() | C1CalendarViewModel | Represents the bridge between the view and the C1Calendar control. |
![]() | C1CalendarViewPresenter | An 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. |
![]() | C1LoopPanel | The panel layouts the selected item over the whole available space and changes selected items with FlipView-alike behavior. |
![]() | CalendarModeChangedEventArgs | Provides data for the DisplayModeChanged event. |
![]() | ClipExtensions | Gets 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. |
![]() | DateChangedEventArgs | The DateChangedEventArgs class describes event data for the DateTime property changing events. |
![]() | 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. |
![]() | DayOfWeekSlot | Provides a data about a day of a week for the DaysOfWeekPresenter. |
![]() | DayOfWeekSlotPresenter | Represents a root element of a visual tree generated for a day of week slot of the C1Calendar. |
![]() | DaySlot | Represents a day slot in the C1Calendar control. |
![]() | DaySlotPresenter | Represents a root element of a visual tree generated for a day slot of the C1Calendar. |
![]() | DaySlotTemplateSelector | Exposes logic for choosing a template used to display DaySlot object. |
![]() | DaysOfWeekPresenter | An 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. |
![]() | DeferrableObservableCollection<T> | The DeferrableObservableCollection<T> represents an System.Collections.ObjectModel.ObservableCollection`1 supported deferring events during the massive collection changes. |
![]() | PrepareElementEventArgs | Supplies even arguments for the C1LoopPanel.PrepareElement event. |
![]() | 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. |
![]() | ViewSlot | Represents a month or year slot in the C1Calendar control. |
![]() | ViewSlotPresenter | Represents a root element of a visual tree generated for a month or year slot of the C1Calendar. |
![]() | WeekNumberSlot | Provides a data about week number for the WeekNumbersPresenter class. |
![]() | WeekNumberSlotPresenter | Represents a root element of the visual tree generated for a week number slot of the C1Calendar control. |
![]() | WeekNumbersPresenter | An 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. |
![]() | WorkDays | The WorkDays class is a list of working days for the single week. |