'Declaration Public Enum EditOptions Inherits System.Enum
public enum EditOptions : System.Enum
'Declaration Public Enum EditOptions Inherits System.Enum
public enum EditOptions : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
C1.Win.Schedule.EditOptions