Skip to main content
A newer version of this page is available. .

GanttViewSettings.FirstDayOfWeek Property

Specifies the first day of the week.

Namespace: DevExpress.Web.ASPxGantt

Assembly: DevExpress.Web.ASPxGantt.v20.1.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(FirstDayOfWeek.Default)]
public FirstDayOfWeek FirstDayOfWeek { get; set; }

Property Value

Type Default Description
FirstDayOfWeek Default

An enumeration values.

Property Paths

You can access this nested property as listed below:

Object Type Path to FirstDayOfWeek
ASPxGantt
.SettingsGanttView .FirstDayOfWeek
GanttSettings
.SettingsGanttView .FirstDayOfWeek
MVCxGantt
.SettingsGanttView .FirstDayOfWeek

Remarks

Concept

Gantt Control

Example

<dx:ASPxGantt ID="Gantt" runat="server" ...>
    //...
    <SettingsGanttView FirstDayOfWeek="Sunday" />
</dx:ASPxGantt>
See Also