A newer version of this page is available.
Switch to the current version.
SchedulerCommands Class
Provides access to Scheduler commands.
Namespace: DevExpress.Xpf.Scheduling
Assembly: DevExpress.Xpf.Scheduling.v18.2.dll
Declaration
public class SchedulerCommands :
SchedulerFreezableComponent
Public Class SchedulerCommands
Inherits SchedulerFreezableComponent
Related API Members
The following members accept/return SchedulerCommands objects:
Examples
This XAML snippet illustrates how to execute the SchedulerCommands.SelectNextAppointmentCommand command when pressing the CTRL+Down key combination. It uses the KeyToCommand special behavior implemented in DevExpress MVVM Framework.
Review the KeyToCommand topic for more information.
<dxmvvm:KeyToCommand Command="{Binding ElementName=scheduler, Path=Commands.SelectNextAppointmentCommand}"
CommandParameter="{Binding ElementName=scheduler, Path=SelectedAppointments[0]}"
KeyGesture="CTRL+Down"
MarkRoutedEventsAsHandled="True" />
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.Scheduling.Internal.SchedulerFreezableComponent
SchedulerCommands
Extension Methods
See Also
Feedback