Back to Devexpress

SchedulerCommands Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-schedulercommands-dot-underscore-properties.md

latest10.9 KB
Original Source

SchedulerCommands Properties

Provides access to Scheduler commands.

NameDescription
CancelDropAppointmentsCommandGets or sets a command used to cancel a drag-and-drop operation.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ChangeGroupTypeCommandGets or sets a command used to change the SchedulerControl.GroupType value.
ChangeLabelCommandGets or sets a command used to change the AppointmentItem.LabelId value.
ChangeReminderTimeBeforeStartCommandGets or sets a command used to change the ReminderItem.TimeBeforeStart value of the reminder associated with the current appointment.
ChangeSnapToCellsModeCommandGets or sets a command used to change the current view’s SnapToCells mode.
ChangeStatusCommandGets or sets a command used to change the AppointmentItem.StatusId value.
ChangeTimeScaleCommandGets or sets a command used to change the view’s DayViewBase.TimeScale value.
CopyAppointmentsOnDropCommandGets or sets a command used to copy a dragged appointment to the drop target.
CopyToClipboardCommandGets or sets a command used to copy selected appointments to the clipboard.
CustomizeTimeRulerCommandGets or sets a command used to invoke the TimeRuler Window when the mouse hovers over the time ruler.
CutToClipboardCommandGets or sets a command used to cut selected appointments to the clipboard.
DeleteAppointmentCommandGets or sets a command used to delete the selected appointment.
DeleteAppointmentsCommandGets or sets a command used to delete selected appointments.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
GoToDateCommandGets or sets a command used to invoke the Go to Date Window.
GoToTodayCommandGets or sets a command used to set the SchedulerControl.Start property to the current date.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
MoveAppointmentsOnDropCommandGets or sets a command used to move a dragged appointment to the drop target.
NavigateViewBackwardCommandGets or sets a command that executes the active view’s NavigateBackward method.
NavigateViewForwardCommandGets or sets a command that executes the active view’s NavigateForward method.
OpenRecurrenceWindowCommandGets or sets a command used to invoke the Recurrence Window for the selected appointment.
PasteFromClipboardCommandGets or sets a command used to paste appointments from the clipboard.
RestoreOccurrenceCommandGets or sets a command used to call the selected appointment’s AppointmentItem.RestoreOccurrence method.
SaveNewAppointmentCommandGets or sets a command used to add the specified appointment to the scheduler’s appointment collection.
SelectNextAppointmentCommandGets or sets a command used to move selection to the next appointment.
SelectPrevAppointmentCommandGets or sets a command used to move selection to the previous appointment.
ShowAppointmentWindowCommandGets or sets a command used to invoke the Appointment Window for the selected appointment.
ShowEditRecurrencePatternWindowCommandGets or sets a command used to invoke the Appointment Window for the recurrence pattern of the selected appointment.
ShowNewAllDayAppointmentWindowCommandGets or sets a command used to invoke the Appointment Window for the new all-day appointment.
ShowNewAppointmentWindowCommandGets or sets a command used to invoke the Appointment Window for the new appointment.
ShowNewRecurringAllDayAppointmentWindowCommandGets or sets a command used to invoke the Appointment Window and Recurrence Window for the new all-day recurring appointment.
ShowNewRecurringAppointmentWindowCommandGets or sets a command used to invoke the Appointment Window and Recurrence Window for the new recurring appointment.
ShowPrintPreviewCommandGets or sets a command used to invoke the Print Preview window.
ShowPrintPreviewDialogCommandGets or sets a command used to invoke the Print Preview dialog.
ShowRemindersWindowCommandGets or sets a command used to invoke the Reminders Window.
ShowRibbonPrintPreviewCommand
ShowRibbonPrintPreviewDialogCommand
SwitchViewCommandGets or sets a command used to switch the active view to the first view in a collection which has the specified type.
ViewZoomInCommandGets or sets a command that decreases the time interval displayed in the scheduler so that it can be examined closely.
ViewZoomOutCommandGets or sets a command that increases the time interval displayed in the scheduler for a less detailed view.

See Also

SchedulerCommands Class

SchedulerCommands Members

DevExpress.Xpf.Scheduling Namespace