Skip to main content
All docs
V23.2

GanttControlOptionsMainTimeRuler.FirstDayOfWeek Property

Gets or sets the first day of the week within the time ruler.

Namespace: DevExpress.XtraGantt

Assembly: DevExpress.XtraGantt.v23.2.dll

NuGet Package: DevExpress.Win.Gantt

Declaration

[DXCategory("Appearance")]
[XtraSerializableProperty]
public DayOfWeek FirstDayOfWeek { get; set; }

Property Value

Type Description
DayOfWeek

A DayOfWeek enumeration value that specifies the first day of the week.

Property Paths

You can access this nested property as listed below:

Object Type Path to FirstDayOfWeek
GanttControl
.OptionsMainTimeRuler .FirstDayOfWeek
See Also