Enum ActionType
An enum that holds the scheduler actions.
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public enum ActionType
Fields
| Name | Description |
|---|---|
| DateNavigate | A change in the scheduler date. |
| EventChange | Changes to an appointment. |
| EventCreate | The creation of an appointment. |
| EventRemove | The deletion of an appointment. |
| ResourceChange | A change in the resource. |
| ResourceCollapse | The collapse of a resource. |
| ResourceExpand | The expansion of a resource. |
| ViewNavigate | A change in the scheduler view. |