クラス | 解説 | |
---|---|---|
ActiveDateTime | The ActiveDateTime class provides the Now dependency property that returns a current date/time and is being updated permanently over a specified period of time. | |
AddingAppointmentEventArgs | The AddingAppointmentEventArgs class describes routed event data for the C1Scheduler.UserAddingAppointment event. | |
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 System.Windows.Controls.Orientation property. If System.Windows.Controls.Orientation property is System.Windows.Controls.Orientation.Vertical this panel behaves as the base class. If System.Windows.Controls.Orientation property is System.Windows.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. When user clicks on the panel it tries to find and focus child element with x:Name="PART_Subject". It is used for switching appointment element into in-place editing mode. | |
AutoDistributionGrid | Represents a grid panel that automatically distributes child elements among grid cells. | |
BeforeViewChangeEventArgs | Provides data for the C1Scheduler.BeforeViewChange event of the C1Scheduler control. | |
BindingTargetsBridge | Represents a class that keeps values of two binding targets equal. | |
C1Scheduler | Represents a schedule with an ability to interactively manage appointments. | |
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 System.Windows.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. | |
DayGroupStyleSelector | This class provides a way to apply day group styles in DayView/WorkWeekView modes. | |
DayIntervalStyleSelector | This class provides a way to apply day group styles for ordinal/current days. | |
DayOfMonthChecker | The DayOfMonthChecker is a dependency object holding Month dependency property. | |
DayOfMonthValidationRule | Represents a custom validation rule for strings representing month days. | |
DayOfMonthValidator | The DayOfMonthValidator is a static class which can be used in xaml to specify month number and culture for validation rule via binding: <TextBox c1sched:DayOfMonthValidator.Month=''{Binding Path=MonthOfYear}''/> | |
DistributionInfo | Describes a non-default placement for a child element of the AutoDistributionGrid. | |
DistributionInfoCollection | Represents a collection of DistributionInfo objects. | |
EditAppointmentControl | The EditAppointmentControl control allows editing of all appointment properties. EditAppointmentControl | |
EditCollectionControl | The EditCollectionControl control is an auxiliary control encapsulating UI elements for editing Appointment Categories, Links or Resource properties. EditCollectionControl | |
EditRecurrenceControl | The EditRecurrenceControl control allows editing of all recurrence pattern properties. EditRecurrenceControl | |
Extensions | Class that provides static extension methods for several other classes. | |
IntervalAppointment | Represents an Appointment in a VisualInterval. | |
IntervalAppointmentCollection | The IntervalAppointmentCollection class is a System.Collections.ObjectModel.ReadOnlyObservableCollection`1 collection of IntervalAppointment objects belonging to a certain VisualInterval object. | |
IntervalGroupDescriptionCollection | Represents a collection of VisualIntervalGroupDescription objects. | |
IntervalGroupStyleCollection | Represents a collection of System.Windows.Controls.GroupStyle objects. | |
NullableDateTimePropertyChangeEventArgs | The NullableDateTimePropertyChangeEventArgs class describes routed event data for the nullable DateTime property changing events. | |
NumberStringValidator | Represents a custom validation rule for number strings. | |
PilePanel | Positions child elements one over another as it is done by the System.Windows.Controls.Grid panel with single row and single column. | |
PropertyBridge | Represents a PropertyBridge<TPropType> with an arbitrary type of synchronized properties. | |
PropertyBridge<TPropType> | Represents a class that exposes two dependency properties and keeps their values equal. | |
PropertyChangeEventArgsBase | The PropertyChangeEventArgsBase class describes routed event data for the dependency property changing events. | |
RecChoiceControl | This window allows to select or remove a single occurrence or the whole recurring series. RecChoiceControl | |
ReminderActionEventArgs | The ReminderActionEventArgs class describes routed event data for actions on the Reminder object. | |
ResourceLoader | Class with static methods used for enumerating and retrieving application resources. | |
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. | |
SchedulerLocExtension | Represents a System.Windows.Markup.MarkupExtension providing localized strings from .resx resources for the C1Scheduler control. | |
SelectFromListScene | Interaction logic for SelectFromListScene.xaml SelectFromListScene | |
ShiftingCanvas | Positions children elements in the viewport of the parent ScrollViewer control which supports horizontal scrolling. | |
ShowRemindersControl | The ShowRemindersControl displays currently active reminders and allows to control them. ShowRemindersControl | |
TimeRuler | Represents UI for displaying horizontal or vertical time ruler in the C1Scheduler control template. | |
TimeRulerHelper | Supplies hours and minutes string representation based on the specified VisualInterval object, current culture and C1Scheduler.TimeFormat property value. | |
TimeSlotGroupStyleSelector | This class provides a way to apply time slot group styles for working/free hours in DayView/WorkWeekView modes. | |
TimeSlotStyleSelector | This class provides a way to apply time slot styles for working/free hours in DayView/WorkWeekView modes. | |
TimeSlotTemplateSelector | This class provides a way to choose a DataTemplate for the VisualInterval object representing the single time slot in DayView/WorkWeekView modes. | |
ValidationErrorIndicator | The ValidationErrorIndicator represents the framework element used for collecting validation errors. | |
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. |