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

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

Syntax

JavaScript
C1.Web.UI.Controls.C1Schedule.C1WebScheduleEditOptions = function();

Type.createClass(
	'C1.Web.UI.Controls.C1Schedule.C1WebScheduleEditOptions',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1Schedule..::..C1WebScheduleEditOptions

See Also