[]
        
(Showing Draft Content)

C1.Win.C1Schedule.EditOptions

EditOptions Enum

Determines the set of edit options available to the end-user.

Namespace: C1.Win.C1Schedule
Assembly: C1.Win.C1Schedule.4.8.dll
Syntax
[Flags]
public enum EditOptions

Fields

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.