Gets the C1MonthCalendar..::..DateTimeInfoCollection object pre-populated with DateTimeInfo
objects representing several adjoining months. This object can be used in xaml
for navigating the C1MonthCalendar control to the one of the adjoining months.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[BrowsableAttribute(false)] [DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] public C1MonthCalendar..::..DateTimeInfoCollection Months { get; } |
Visual Basic (Declaration) |
---|
<BrowsableAttribute(False)> _ <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ Public ReadOnly Property Months As C1MonthCalendar..::..DateTimeInfoCollection Get |
Remarks
This property is used by default C1MonthCalendar style.
For the sample of using look into source xaml: themes\CommonCalendarResources.xaml.