Gets or sets the C1Schedule control to interact with.

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

Syntax

C#
[DefaultValueAttribute("")]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ScheduleEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
public string WebSchedule { get; set; }
Visual Basic
<DefaultValueAttribute("")> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1ScheduleEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
Public Property WebSchedule As String
	Get
	Set

See Also