Skip to main content
Tab

GridColumnDateRangeCalendarSettings.FirstDayOfWeek Property

Specifies the day to display as the first day of the week in the header filter calendar.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

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

Property Value

Type Default Description
FirstDayOfWeek Default

A FirstDayOfWeek enumeration value specifying the first day of the week.

See Also