Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / C1Scheduler Class / WorkingWeekStyle Property

In This Topic
    WorkingWeekStyle Property (C1Scheduler)
    In This Topic
    Gets or sets a System.Windows.Style object that defines a UI representation of C1Scheduler control in a Work Week View mode. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property WorkingWeekStyle As Style
    public Style WorkingWeekStyle {get; set;}
    See Also