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.2.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:

Library Object Type Path to FirstDayOfWeek
ASP.NET Controls and MVC Extensions ASPxGantt
.SettingsGanttView .FirstDayOfWeek
ASP.NET MVC Extensions GanttSettings
.SettingsGanttView .FirstDayOfWeek
MVCxGantt
.SettingsGanttView .FirstDayOfWeek

Remarks

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

Run Demo: (Web Forms) Gantt Chart Appearance

Run Demo: (MVC) Gantt Chart Appearance

View Example: How to edit Gantt data

Concept

See Also