Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1CalendarItem Class / Months Property

In This Topic
    Months Property
    In This Topic
    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.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Months As C1CalendarItem.DateTimeInfoCollection
    Remarks
    This property is used by default C1CalendarItem style. For the sample of using look into source xaml: themes\CommonCalendarResources.xaml.
    See Also