Class SchedulerCommands
Provides a standard set of commands related to SfScheduler which can be used in AppointmentContextMenu and CellContextMenu.
Inheritance
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.SfScheduler.WPF.dll
Syntax
public static class SchedulerCommands : Object
Remarks
The SchedulerCommands class contains the commands mostly needed by developers using SfScheduler. The commands represents the instance of the System.Windows.Input.RoutedCommand and the built-in implementation logic for the commands are provided in scheduler.
Fields
Add
Gets the values that represents the add command for SfScheduler where scheduler provides implementation logic to open new appointment editor to add new appointment.
Declaration
public static RoutedUICommand Add
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Delete
Gets the values that represents the delete command for SfScheduler where scheduler provides implementation logic to delete the appointment.
Declaration
public static RoutedUICommand Delete
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Remarks
When deleting recurring appointment, a dialog is displayed to user to choose whether to delete the series and single occurrence.
Edit
Gets the values that represents the edit command for SfScheduler where scheduler provides implementation logic to open appointment editor to edit the appointment.
Declaration
public static RoutedUICommand Edit
Field Value
Type |
---|
System.Windows.Input.RoutedUICommand |
Remarks
When editing recurring appointment, a dialog is displayed to user to choose whether to edit the series and single occurrence.