Class ActionType
An enum that holds the scheduler actions.
Inheritance
System.Object
ActionType
Namespace: Syncfusion.Blazor.Schedule
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ActionType : Enum
Fields
DateNavigate
A change in the scheduler date.
Declaration
public const ActionType DateNavigate
Field Value
Type |
---|
ActionType |
EventChange
Changes to an appointment.
Declaration
public const ActionType EventChange
Field Value
Type |
---|
ActionType |
EventCreate
The creation of an appointment.
Declaration
public const ActionType EventCreate
Field Value
Type |
---|
ActionType |
EventRemove
The deletion of an appointment.
Declaration
public const ActionType EventRemove
Field Value
Type |
---|
ActionType |
ResourceCollapse
The collapse of a resource.
Declaration
public const ActionType ResourceCollapse
Field Value
Type |
---|
ActionType |
ResourceExpand
The expansion of a resource.
Declaration
public const ActionType ResourceExpand
Field Value
Type |
---|
ActionType |
ViewNavigate
A change in the scheduler view.
Declaration
public const ActionType ViewNavigate
Field Value
Type |
---|
ActionType |