Class SchedulerCommands
Provides a standard set of commands related to SfScheduler which can be used in AppointmentContextFlyout and CellContextFlyout.
Inheritance
Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public static class SchedulerCommands : Object
Remarks
The SchedulerCommands class contains the commands mostly needed by developers using SfScheduler.
Properties
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 DelegateCommand Add { get; }
Property Value
Type |
---|
DelegateCommand |
Delete
Gets the values that represents the delete command for SfScheduler where scheduler provides implementation logic to delete the appointment.
Declaration
public static DelegateCommand Delete { get; }
Property Value
Type |
---|
DelegateCommand |
Remarks
When deleting recurring appointment, a dialog is displayed to user to choose whether to delete the series and single occurence.
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 DelegateCommand Edit { get; }
Property Value
Type |
---|
DelegateCommand |
Remarks
When editing recurring appointment, a dialog is displayed to user to choose whether to edit the series and single occurence.