Class AppointmentEditorMode
Specifies the appointment editing operations.
Inheritance
System.Object
AppointmentEditorMode
Namespace: Syncfusion.Maui.Scheduler
Assembly: Syncfusion.Maui.Scheduler.dll
Syntax
public sealed class AppointmentEditorMode : Enum
Fields
Add
Specifies that appointment newly added by using the appointment editor.
Declaration
public const AppointmentEditorMode Add
Field Value
| Type |
|---|
| AppointmentEditorMode |
Edit
Specifies that appointment edited by using the appointment editor.
Declaration
public const AppointmentEditorMode Edit
Field Value
| Type |
|---|
| AppointmentEditorMode |
None
Gets or sets a value indicating no appointment operation to be handle.
Declaration
public const AppointmentEditorMode None
Field Value
| Type |
|---|
| AppointmentEditorMode |