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#
[C1CategoryAttribute("Category.Behavior")]
[DefaultValueAttribute(C1WebScheduleEditOptions.All)]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1FlagsEnumUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
[JsonAttribute(true)]
public C1WebScheduleEditOptions EditOptions { get; set; }
Visual Basic
<C1CategoryAttribute("Category.Behavior")> _
<DefaultValueAttribute(C1WebScheduleEditOptions.All)> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1FlagsEnumUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
<JsonAttribute(True)> _
Public Property EditOptions As C1WebScheduleEditOptions
	Get
	Set

See Also