| Class | Description |
| AddingAppointmentEventArgs | The AddingAppointmentEventArgs class describes routed event data for the C1Scheduler.UserAddingAppointment event. |
| AlternateMonthBrushConverter | AlternateMonthBrushConverter returns background brush for the specified VisualInterval. ConverterParameter property should be set to the base brush value. Returns the base brush for even months; AlternateMonthBrush property value for odd months. |
| AppointmentActionEventArgs | The AppointmentActionEventArgs class describes routed event data for user actions on the Appointment object. |
| AppointmentsCoverPane | Provides a surface for painting appointment boxes over an arbitrary visual intervals layout. |
| AppointmentWrapPanel | Positions child elements in sequential position from left to right, breaking content to the next line at the edge of the containing box. Subsequent ordering happens sequentially from top to bottom or from right to left, depending on the value of the Windows.UI.Xaml.Controls.Orientation property. If Windows.UI.Xaml.Controls.Orientation property is Windows.UI.Xaml.Controls.Orientation.Vertical this panel behaves as the base class. If Windows.UI.Xaml.Controls.Orientation property is Windows.UI.Xaml.Controls.Orientation.Horizontal then AppointmentWrapPanel tries to position child elements in available space. For example, it doesn't wrap the child to the next line if the next line invisible. Instead, it shows as much as possible in the last visible line. |
| BeforeViewChangeEventArgs | Provides data for the C1Scheduler.BeforeViewChange event of the C1Scheduler control. |
| C1Scheduler | Represents a schedule with an ability to interactively manage appointments. |
| C1SchedulerNavigator | Represents UI for navigating the C1Scheduler control to other dates. |
| C1SchedulerPresenter | An instance of this class is used in the C1Scheduler's template visual tree to define a place where a pane representing schedule time intervals will appear. |
| C1SchedulerResources | The C1SchedulerResources keeps the set of resources used by the C1Scheduler control. Static fields of this class return default C1Scheduler's themes. |
| C1SchedulerSettings | Determines auxiliary properties providing different C1Scheduler object settings. |
| C1SchedulerViewModel | Represents the bridge between the view and the C1Scheduler control. |
| CalendarHelper | Provides auxiliary properties providing calendar specific information. |
| CoveredElement | Defines a construction that describes a wrapper for the single covered element. |
| CoveredElementsCollection | The CoveredElementsCollection represents an observable collection of Windows.UI.Xaml.FrameworkElements. |
| CoverElement | Defines a construction that describes a UI that represents a single data object. The UI is constituted of a number of CoverElementChunk elements. |
| CoverElementChunk | The CoverElementChunk class represents an indivisible part of a UI for a data object. |
| CoverElementChunkCollection | The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects. |
| CoverElementCollection | The CoverElementCollection is a observable keyed collection of CoverElement objects. |
| CoverElementsPane | Provides a surface for painting UI elements over the arbitrary layout. |
| DateTimeInfo | Provides additional info about a DateTime in a specified culture. |
| DateTimeInterval | The DateTimeInterval object represents a continuous interval of time. |
| DateTimePropertyChangeEventArgs | The DateTimePropertyChangeEventArgs class describes routed event data for the DateTime property changing events. |
| DateTimeToStringConverter | Represents a Binding converter that converts a System.DateTime to one of its string representations. |
| DayIntervalStyleSelector | This class provides a way to apply day group styles for ordinal/current days. |
| EditAppointmentControl | The EditAppointmentControl control allows end-user to edit appointment properties. |
| Extensions | Class that provides static extension methods for several other classes. |
| IntervalAppointment | Represents an Appointment in a VisualInterval. |
| IntervalAppointmentCollection | The IntervalAppointmentCollection class is a ReadOnlyObservableCollection collection of IntervalAppointment objects belonging to a certain VisualInterval object. |
| IntervalAppointmentPresenter | The IntervalAppointmentPresenter class represents the single appointment element in the C1Scheduler UI and allows in-place appointment editing. |
| IntervalGroupDescriptionCollection | Represents a collection of VisualIntervalGroupDescription objects. |
| IntervalGroupStyleCollection | Represents a collection of Windows.UI.Xaml.Controls.GroupStyle objects. |
| MonthToStringConverter | MonthToStringConverter converts VisualInterval start time to string. |
| NestedPropertySetter | Represents a property setter which is being used as an item of the C1Scheduler.NestedSetters collection and is able to assign a value to a C1Scheduler nested property. |
| NestedPropertySetterCollection | Represents a collection of NestedPropertySetter objects. |
| PropertyChangeEventArgsBase | The PropertyChangeEventArgsBase class describes routed event data for the dependency property changing events. |
| RecChoiceControl | Allows to select or remove a single occurrence or the whole recurring series. |
| ReminderActionEventArgs | The ReminderActionEventArgs class describes routed event data for actions on the Reminder object. |
| ReminderListBoxItem | Represents single C1.C1Schedule.Reminder object. |
| RemindersListBox | The RemindersListBox represents collection of C1.C1Schedule.Reminder objects in a two-column view. |
| SchedulerGroupItem | Holds all the data required for displaying individual UI part for the single resource, category or contact when the C1Scheduler.GroupBy property is set, or default UI otherwise. |
| SchedulerGroupItemCollection | Represents a collection of the SchedulerGroupItem objects. |
| ShowRemindersControl | The ShowRemindersControl displays currently active reminders and allows to control them. |
| ThemeResources | The ThemeResources class is a base abstract class for ThemeResources classes. |
| TimeRuler | Represents UI for displaying horizontal or vertical time ruler in the C1Scheduler control template. |
| TimeRulerConverter | Represents a Binding converter that converts minute part of DateTimeInfo start time to its string representation. |
| TimeRulerHelper | Supplies hours and minutes string representation based on the specified VisualInterval object, current culture and C1Scheduler.TimeFormat property value. |
| TimeRulerVisibilityConverter | Represents a Binding converter that returns a Visibility value for the time ruler UI part. |
| TimeSlotStyleSelector | This class provides a way to apply time slot styles for working/free hours in DayView/WorkWeekView modes. |
| VisualInterval | Represents a definition of a minimal indivisible time interval represented by the C1Scheduler. |
| VisualIntervalCollection | Represents a collection of VisualInterval objects. |
| VisualIntervalGroup | Instances of this class appear as DataContext for the C1Scheduler group headers defined in the C1Scheduler.VisualIntervalGroupStyles collection. |
| VisualIntervalGroupDescription | Represents a grouping criteria for a collection of VisualInterval objects. |
| VisualIntervalGroupsPresenter | The VisualIntervalGroupsPresenter class is a listbox representing the collection of VisualIntervalGroup objects. This class implements selection logic for all-day areas in Day View, WorkWeek View and Office 2007 Week View modes. |
| VisualIntervalPresenter | Represents a selectable item in a VisualIntervalsPresenter. |
| VisualIntervalsPresenter | The base class for list boxes which should represent the collection of VisualInterval objects. |
| VisualIntervalToStringConverter | VisualIntervalToStringConverter converts VisualInterval start time to string using formatting string specified in one of the C1Scheduler properties: - DayViewDayHeaderFormat, - WeekViewDayHeaderFormat, - MonthViewDayHeaderMonthFormat, - MonthViewDayHeaderDayFormat, - MonthViewHeaderFormat. Converter parameter should specify C1Scheduler property name. If converter parameter is null, uses VisualInterval.Culture.DateTimeFormat.ShortDatePattern as formatting string. |