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

In This Topic
    DaysOfWeekPanel Property (C1CalendarResources)
    In This Topic
    Gets the System.Windows.Controls.ItemsPanelTemplate defining the panel that lays out elements representing days of week.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property DaysOfWeekPanel As ItemsPanelTemplate
    public ItemsPanelTemplate DaysOfWeekPanel {get;}
    See Also