Class ItemAction
Defines the constants that specify the type of change an IScheduleAppointment is undergoing due to a user action.
Inheritance
System.Object
ItemAction
Namespace: Syncfusion.Schedule
Assembly: Syncfusion.Schedule.Base.dll
Syntax
public sealed class ItemAction : Enum
Fields
Add
A new IScheduleAppointment is being added.
Declaration
public const ItemAction Add
Field Value
| Type |
|---|
| ItemAction |
Default
A default IScheduleAppointment is being requested.
Declaration
public const ItemAction Default
Field Value
| Type |
|---|
| ItemAction |
Delete
An IScheduleAppointment is being deleted.
Declaration
public const ItemAction Delete
Field Value
| Type |
|---|
| ItemAction |
Edit
An existing IScheduleAppointment is being edited.
Declaration
public const ItemAction Edit
Field Value
| Type |
|---|
| ItemAction |
ItemDrag
A IScheduleAppointment is being moved with a Mouse Drag.
Declaration
public const ItemAction ItemDrag
Field Value
| Type |
|---|
| ItemAction |
TimeDrag
The bottom or top border of a IScheduleAppointment is being dragged.
Declaration
public const ItemAction TimeDrag
Field Value
| Type |
|---|
| ItemAction |