The CalendarInfo manages and exposes date-related data to C1WebSchedule control.

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

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
[BrowsableAttribute(true)]
[C1CategoryAttribute("Data")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[EditorBrowsableAttribute(EditorBrowsableState.Always)]
public C1WebCalendarInfo CalendarInfo { get; }
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
<BrowsableAttribute(True)> _
<C1CategoryAttribute("Data")> _
<NotifyParentPropertyAttribute(True)> _
<PersistenceModeAttribute(PersistenceMode.InnerProperty)> _
<EditorBrowsableAttribute(EditorBrowsableState.Always)> _
Public ReadOnly Property CalendarInfo As C1WebCalendarInfo
	Get

See Also