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

Namespace:  C1.Web.UI.Controls.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[FlagsAttribute]
public enum C1WebScheduleEditOptions
Visual Basic
<FlagsAttribute> _
Public Enumeration C1WebScheduleEditOptions

Members

Member nameDescription
None None of edit options are available to the end-user.
AllowResize Allows resizing operations for an appointment.
AllowDrag Allows dragging operations for an appointment.
AllowAppointmentEdit Allows editing of an appointment by an end-user.
AllowAppointmentCreate Allows creating of new appointments by an end-user.
AllowAppointmentDelete Allows deleting of an appointment by an end-user.
All Allows all edit operations. It is the default value.

See Also