Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1CalendarResources Class / MonthsPanel Property

In This Topic
    MonthsPanel Property (C1CalendarResources)
    In This Topic
    Gets the System.Windows.Controls.ItemsPanelTemplate defining the panel that lays out elements representing separate months in a multi-month calendar.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MonthsPanel As ItemsPanelTemplate
    public ItemsPanelTemplate MonthsPanel {get;}
    See Also