Class ActionType
An enumeration 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
Denotes the scheduler date change.
Declaration
public const ActionType DateNavigate
Field Value
Type | Description |
---|---|
ActionType |
EventChange
Denotes the changes in appointment.
Declaration
public const ActionType EventChange
Field Value
Type | Description |
---|---|
ActionType |
EventCreate
Denotes the appointment creation.
Declaration
public const ActionType EventCreate
Field Value
Type | Description |
---|---|
ActionType |
EventRemove
Denotes the appointment deletion.
Declaration
public const ActionType EventRemove
Field Value
Type | Description |
---|---|
ActionType |
ResourceCollapse
Denotes the resource collapse.
Declaration
public const ActionType ResourceCollapse
Field Value
Type | Description |
---|---|
ActionType |
ResourceExpand
Denotes the resource expansion.
Declaration
public const ActionType ResourceExpand
Field Value
Type | Description |
---|---|
ActionType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
ViewNavigate
Denotes the scheduler view change.
Declaration
public const ActionType ViewNavigate
Field Value
Type | Description |
---|---|
ActionType |