GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / FirstDayOfWeek Property

In This Topic
    FirstDayOfWeek Property (C1GanttView)
    In This Topic
    Gets or sets the first working day of the week.
    Syntax
    'Declaration
     
    Public Property FirstDayOfWeek As DayofWeek
    public DayofWeek FirstDayOfWeek {get; set;}
    See Also