Skip to main content

RepositoryItemDateEdit.FirstDayOfWeek Property

Gets or sets the first day of the week.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Description
DayOfWeek

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

See Also