Class AppointmentAction
Defines the display mode options for suggestions in the smart text editor.
Inheritance
System.Object
AppointmentAction
Namespace: Syncfusion.Maui.SmartComponents
Assembly: Syncfusion.Maui.SmartComponents.dll
Syntax
public sealed class AppointmentAction : Enum
Fields
Add
Specifies that appointment newly added.
Declaration
public const AppointmentAction Add
Field Value
| Type |
|---|
| AppointmentAction |
Delete
Specifies that appointment deleted.
Declaration
public const AppointmentAction Delete
Field Value
| Type |
|---|
| AppointmentAction |
Edit
Specifies that appointment edited.
Declaration
public const AppointmentAction Edit
Field Value
| Type |
|---|
| AppointmentAction |