[]
Determines the set of edit options available to the end-user.
[Flags]
public enum EditOptions
Name | Description |
---|---|
All | Allows all edit operations. It is the default value. |
AllowAppointmentCreate | Allows creating of new appointments by an end-user. |
AllowAppointmentDelete | Allows deleting of an appointment by an end-user. |
AllowAppointmentEdit | Allows editing of an appointment by an end-user. |
AllowDrag | Allows dragging and resizing operations for an appointment. |
AllowInplaceEdit | Allows activation of an in-place editor for an appointment. |
AllowKeyboardDrag | Allows dragging selected appointment with arrow keys. |
None | None of edit options are available to the end-user. |