SchedulerControl Properties
The main control of the Scheduler suite which displays and manages calendar events (appointments).Name | Description |
---|---|
ActiveView | Returns the view currently used by the SchedulerControl to show its data. |
ActiveViewIndex | Gets or sets the index of the view currently used by the SchedulerControl to show its data. This is a dependency property. |
ActualDefaultCalendarStyleSettings | |
ActualEditAppointmentDialogSettings | |
ActualGroupType | |
ActualHeaderSettings | |
AllowReminders | Gets or sets whether appointment reminders are allowed. This is a dependency property. |
AppointmentMenu | |
AppointmentsDisplayMode | |
AppointmentsFlyoutStyle | |
Calendars | Provides access to the collection of calendars that display appointments. |
Commands | |
DefaultCalendarStyleSettings | |
DefaultCalendarStyleSettingsTemplate | |
EditAppointmentDialogSettings | |
EditAppointmentDialogSettingsTemplate | |
FirstDayOfWeek | Specifies the day which the SchedulerControl’s week starts. This is a dependency property. |
GroupType | Specifies the type of grouping applied to the Scheduler. This is a dependency property. |
HeaderSettings | |
HeaderSettingsTemplate | |
LimitInterval | Gets or sets the time interval available for end-users. This is a dependency property. |
MonthCellFlyoutStyle | |
RemindersCheckInterval | |
SchedulerMenu | |
SelectedAppointments | Provides access to the selected appointments. |
SelectedInterval | |
Start | Gets or sets the SchedulerControl start date. This is a dependency property. |
TimeZone | Gets or sets the time zone for the Scheduler. This is a dependency property. |
Views | Provides access to the collection of the SchedulerControl’s views. |
ViewsSource | |
VisibleIntervals | Provides access to the currently visible time cell intervals. This is a dependency property. |
WorkDays | Gets or sets days that form a work week. This is a dependency property. |
WorkTime | Gets or sets the work time interval. This is a dependency property. |
See Also