Class AppointmentEditorAction
Specifies that the appointment editing operation is done when the appointment editor is closing.
Inheritance
System.Object
    AppointmentEditorAction
  Namespace: Syncfusion.UI.Xaml.Scheduler
Assembly: Syncfusion.Scheduler.WinUI.dll
Syntax
public sealed class AppointmentEditorAction : EnumFields
Add
Specifies that appointment newly added by using the appointment editor.
Declaration
public const AppointmentEditorAction AddField Value
| Type | 
|---|
| AppointmentEditorAction | 
Cancel
Specifies that appointment editing canceled by using the appointment editor.
Declaration
public const AppointmentEditorAction CancelField Value
| Type | 
|---|
| AppointmentEditorAction | 
Delete
Specifies that appointment deleted action is done by using the appointment editor.
Declaration
public const AppointmentEditorAction DeleteField Value
| Type | 
|---|
| AppointmentEditorAction | 
Edit
Specifies that appointment edited by using the appointment editor.
Declaration
public const AppointmentEditorAction EditField Value
| Type | 
|---|
| AppointmentEditorAction |