Gets the C1CalendarItem..::..DateTimeInfoCollection object pre-populated with DateTimeInfo objects representing several adjoining months. This object can be used in xaml for navigating the C1CalendarItem control to the one of the adjoining months.

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

Syntax

C#
[BrowsableAttribute(false)]
public C1CalendarItem..::..DateTimeInfoCollection Months { get; }
Visual Basic
<BrowsableAttribute(False)> _
Public ReadOnly Property Months As C1CalendarItem..::..DateTimeInfoCollection
	Get

Remarks

This property is used by default C1CalendarItem style. For the sample of using look into source xaml: themes\CommonCalendarResources.xaml.

See Also