Gets the C1MonthCalendar..::..DateTimeInfoCollection object pre-populated with DateTimeInfo
objects representing several adjoining years. This object can be used in xaml
for navigating the C1MonthCalendar control to the one of the adjoining years.
Namespace:
C1.WPF.C1ScheduleAssembly: C1.WPF.C1Schedule (in C1.WPF.C1Schedule.dll)
Syntax
C# |
---|
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)] [BrowsableAttribute(false)] public C1MonthCalendar..::..DateTimeInfoCollection Years { get; } |
Visual Basic (Declaration) |
---|
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)> _ <BrowsableAttribute(False)> _ Public ReadOnly Property Years 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.