ComponentOne Scheduler for WinForms
EditOptions Enumeration

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace : EditOptions Enumeration
Determines the set of edit options available to the end-user.
Syntax
'Declaration
 
Public Enum EditOptions 
   Inherits System.Enum
public enum EditOptions : System.Enum 
Members
MemberDescription
AllAllows all edit operations. It is the default value.
AllowAppointmentCreateAllows creating of new appointments by an end-user.
AllowAppointmentDeleteAllows deleting of an appointment by an end-user.
AllowAppointmentEditAllows editing of an appointment by an end-user.
AllowDragAllows dragging and resizing operations for an appointment.
AllowInplaceEditAllows activation of an in-place editor for an appointment.
NoneNone of edit options are available to the end-user.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Schedule.EditOptions

See Also

Reference

C1.Win.C1Schedule Namespace