Scheduler for WinRT
C1.Xaml.Schedule Namespace
Inheritance Hierarchy
Classes
 ClassDescription
ClassAddingAppointmentEventArgs The AddingAppointmentEventArgs class describes routed event data for the C1Scheduler.UserAddingAppointment event.
ClassAlternateMonthBrushConverter 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.
ClassAppointmentActionEventArgs The AppointmentActionEventArgs class describes routed event data for user actions on the Appointment object.
ClassAppointmentsCoverPane Provides a surface for painting appointment boxes over an arbitrary visual intervals layout.
ClassAppointmentWrapPanel 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.
ClassBeforeViewChangeEventArgs Provides data for the C1Scheduler.BeforeViewChange event of the C1Scheduler control.
ClassC1Scheduler Represents a schedule with an ability to interactively manage appointments.
ClassC1SchedulerNavigator Represents UI for navigating the C1Scheduler control to other dates.
ClassC1SchedulerPresenter 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.
ClassC1SchedulerResources The C1SchedulerResources keeps the set of resources used by the C1Scheduler control. Static fields of this class return default C1Scheduler's themes.
ClassC1SchedulerSettings Determines auxiliary properties providing different C1Scheduler object settings.
ClassC1SchedulerViewModel Represents the bridge between the view and the C1Scheduler control.
ClassCalendarHelper Provides auxiliary properties providing calendar specific information.
ClassCoveredElement Defines a construction that describes a wrapper for the single covered element.
ClassCoveredElementsCollection The CoveredElementsCollection represents an observable collection of Windows.UI.Xaml.FrameworkElements.
ClassCoverElement Defines a construction that describes a UI that represents a single data object. The UI is constituted of a number of CoverElementChunk elements.
ClassCoverElementChunk The CoverElementChunk class represents an indivisible part of a UI for a data object.
ClassCoverElementChunkCollection The CoverElementChunkCollection represents the observable collection of CoverElementChunk objects.
ClassCoverElementCollection The CoverElementCollection is a observable keyed collection of CoverElement objects.
ClassCoverElementsPane Provides a surface for painting UI elements over the arbitrary layout.
ClassDateTimeInfo Provides additional info about a DateTime in a specified culture.
ClassDateTimeInterval The DateTimeInterval object represents a continuous interval of time.
ClassDateTimePropertyChangeEventArgs The DateTimePropertyChangeEventArgs class describes routed event data for the DateTime property changing events.
ClassDateTimeToStringConverter Represents a Binding converter that converts a System.DateTime to one of its string representations.
ClassDayIntervalStyleSelector This class provides a way to apply day group styles for ordinal/current days.
ClassEditAppointmentControl The EditAppointmentControl control allows end-user to edit appointment properties.
ClassExtensions Class that provides static extension methods for several other classes.
ClassIntervalAppointment Represents an Appointment in a VisualInterval.
ClassIntervalAppointmentCollection The IntervalAppointmentCollection class is a ReadOnlyObservableCollection collection of IntervalAppointment objects belonging to a certain VisualInterval object.
ClassIntervalAppointmentPresenter The IntervalAppointmentPresenter class represents the single appointment element in the C1Scheduler UI and allows in-place appointment editing.
ClassIntervalGroupDescriptionCollection Represents a collection of VisualIntervalGroupDescription objects.
ClassIntervalGroupStyleCollection Represents a collection of Windows.UI.Xaml.Controls.GroupStyle objects.
ClassMonthToStringConverter MonthToStringConverter converts VisualInterval start time to string.
ClassNestedPropertySetter 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.
ClassNestedPropertySetterCollection Represents a collection of NestedPropertySetter objects.
ClassPropertyChangeEventArgsBase The PropertyChangeEventArgsBase class describes routed event data for the dependency property changing events.
ClassRecChoiceControl Allows to select or remove a single occurrence or the whole recurring series.
ClassReminderActionEventArgs The ReminderActionEventArgs class describes routed event data for actions on the Reminder object.
ClassReminderListBoxItem Represents single C1.C1Schedule.Reminder object.
ClassRemindersListBox The RemindersListBox represents collection of C1.C1Schedule.Reminder objects in a two-column view.
ClassSchedulerGroupItem 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.
ClassSchedulerGroupItemCollection Represents a collection of the SchedulerGroupItem objects.
ClassShowRemindersControl The ShowRemindersControl displays currently active reminders and allows to control them.
ClassThemeResources The ThemeResources class is a base abstract class for ThemeResources classes.
ClassTimeRuler Represents UI for displaying horizontal or vertical time ruler in the C1Scheduler control template.
ClassTimeRulerConverter Represents a Binding converter that converts minute part of DateTimeInfo start time to its string representation.
ClassTimeRulerHelper Supplies hours and minutes string representation based on the specified VisualInterval object, current culture and C1Scheduler.TimeFormat property value.
ClassTimeRulerVisibilityConverter Represents a Binding converter that returns a Visibility value for the time ruler UI part.
ClassTimeSlotStyleSelector This class provides a way to apply time slot styles for working/free hours in DayView/WorkWeekView modes.
ClassVisualInterval Represents a definition of a minimal indivisible time interval represented by the C1Scheduler.
ClassVisualIntervalCollection Represents a collection of VisualInterval objects.
ClassVisualIntervalGroup Instances of this class appear as DataContext for the C1Scheduler group headers defined in the C1Scheduler.VisualIntervalGroupStyles collection.
ClassVisualIntervalGroupDescription Represents a grouping criteria for a collection of VisualInterval objects.
ClassVisualIntervalGroupsPresenter 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.
ClassVisualIntervalPresenter Represents a selectable item in a VisualIntervalsPresenter.
ClassVisualIntervalsPresenter The base class for list boxes which should represent the collection of VisualInterval objects.
ClassVisualIntervalToStringConverter 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.
Enumerations
 EnumerationDescription
EnumerationAppointmentFilterEnum Determines the type of appointments drawn by the AppointmentsCoverPane pane.
EnumerationSizingType Describes how UI element is sized with respect to the available space.
EnumerationViewType Determine the view type which should be used in the C1Scheduler control.
See Also

Reference

C1.Xaml.Schedule Assembly

 

 


Copyright (c) GrapeCity, inc. All rights reserved.