The Scheduler type exposes the following members.

Properties

  NameDescription
CurrentView
Gets the currently displayed view.
DayViewStyle
Gets or sets the DayViewStyle. This is a dependency property.
Formatter
Gets or sets the SchedulerFormatter used to style various parts of the Scheduler. This is a dependency property.
IsInDayView
Gets whether the Scheduler is currently displaying a single day view.
IsInMonthView
Gets whether the Scheduler is currently displaying a month view.
IsInWeekView
Gets whether the Scheduler is currently displaying a weekly view.
MonthViewStyle
Gets or sets the MonthViewStyle. This is a dependency property.
Schedule
Gets the Schedule associated with this Scheduler.
SelectedItem
Gets the currently selected ScheduleItem.
ToolBarContent
Gets or sets the ToolBarContent. This is a dependency property.
WeekViewStyle
Gets or sets the WeekViewStyle. This is a dependency property.

See Also