Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarBase Class / DaysOfWeekPanel Property

In This Topic
    DaysOfWeekPanel Property (CalendarBase)
    In This Topic
    Gets or sets an ItemsPanelTemplate that defines the panel that lays out elements representing days of the week. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property DaysOfWeekPanel As ItemsPanelTemplate
    public ItemsPanelTemplate DaysOfWeekPanel {get; set;}
    Remarks
    By default the StackPanel with horizontal orientation is used.
    See Also