Gets or sets the C1Calendar control to interact with.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.Repaint)]
[DefaultValueAttribute("")]
[C1CategoryAttribute("Category.Calendar")]
[EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1CalendarIdUITypeEditor, C1.Web.UI.Design.2", 
	typeof(UITypeEditor))]
public string WebCalendar { get; set; }
Visual Basic (Declaration)
<RefreshPropertiesAttribute(RefreshProperties.Repaint)> _
<DefaultValueAttribute("")> _
<C1CategoryAttribute("Category.Calendar")> _
<EditorAttribute("C1.Web.UI.Design.UITypeEditors.C1CalendarIdUITypeEditor, C1.Web.UI.Design.2",  _
	GetType(UITypeEditor))> _
Public Property WebCalendar As String
	Get
	Set

See Also