GanttControlOptionsMainTimeRuler.FirstDayOfWeek Property
Gets or sets the first day of the week within the time ruler.
Namespace: DevExpress.XtraGantt
Assembly: DevExpress.XtraGantt.v24.1.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 |
|
See Also