The CalendarInfo class manages and exposes all date-related data to C1Schedule controls.

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

Syntax

C#
[DesignTimeVisibleAttribute(false)]
[ToolboxItemAttribute(false)]
public class CalendarInfo : Component, 
	INotifyPropertyChanged
Visual Basic
<DesignTimeVisibleAttribute(False)> _
<ToolboxItemAttribute(False)> _
Public Class CalendarInfo _
	Inherits Component _
	Implements INotifyPropertyChanged

Inheritance Hierarchy

See Also