Enum CurrentAction
An enum that holds the actions available in scheduler.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum CurrentAction
Fields
| Name | Description |
|---|---|
| Add | The current action of the scheduler is creating an appointment. |
| Cancel | The current action is Cancel when the popup is canceled. |
| Delete | The current action is deleting an appointment. |
| DeleteFollowingEvents | The current action is deleting the following occurrences of a recurring appointment. |
| DeleteOccurrence | The current action is deleting a single occurrence of a recurring appointment. |
| DeleteSeries | The current action is deleting the entire series of a recurring appointment. |
| EditFollowingEvents | The current action is editing the following occurrences of a recurring appointment. |
| EditOccurrence | The current action is editing a single occurrence of a recurring appointment. |
| EditSeries | The current action is editing the entire series of a recurring appointment. |
| Save | The current action of the scheduler is editing an appointment. |