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

CalendarControlBase.FirstDayOfWeek Property

Gets or sets the first day of the week.

Namespace: DevExpress.XtraEditors.Controls

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
public virtual DayOfWeek FirstDayOfWeek { get; set; }

Property Value

Type Description
DayOfWeek

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

See Also