Class SchedulerCommands
Provides a standard set of commands related to SfScheduler which can be used in AppointmentContextMenu and CellContextMenu.
Inheritance
System.Object
SchedulerCommands
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public static class SchedulerCommands : Object
Remarks
The SchedulerCommands class contains the commands mostly needed by developers using SfScheduler.
Properties
Add
Gets the command used to add a new appointment.
Declaration
public static ICommand Add { get; }
Property Value
| Type |
|---|
| System.Windows.Input.ICommand |
Delete
Gets the command used to delete the selected appointment.
Declaration
public static ICommand Delete { get; }
Property Value
| Type |
|---|
| System.Windows.Input.ICommand |
Edit
Gets the command used to edit an existing appointment.
Declaration
public static ICommand Edit { get; }
Property Value
| Type |
|---|
| System.Windows.Input.ICommand |