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