Represents a multi month calendar with an ability to interactively navigate through months and select a specific DateTime value or its components.

Namespace:  C1.Silverlight.Schedule
Assembly:  C1.Silverlight.Schedule (in C1.Silverlight.Schedule.dll)

Syntax

C#
[StyleTypedPropertyAttribute(Property = "MonthSlotStyle", StyleTargetType = typeof(MonthSlotPresenter))]
[StyleTypedPropertyAttribute(Property = "MonthCalendarStyle", StyleTargetType = typeof(C1CalendarItem))]
public class C1Calendar : CalendarBase, ICollectionChangedListener
Visual Basic
<StyleTypedPropertyAttribute(Property := "MonthSlotStyle", StyleTargetType := GetType(MonthSlotPresenter))> _
<StyleTypedPropertyAttribute(Property := "MonthCalendarStyle", StyleTargetType := GetType(C1CalendarItem))> _
Public Class C1Calendar _
	Inherits CalendarBase _
	Implements ICollectionChangedListener

Inheritance Hierarchy

See Also