Skip to main content

DateEditActualAppearance.PickerFirstDayOfWeek Property

Gets the picker’s first day of the week value that is applied to the DateEdit. To specify this value, use the PickerFirstDayOfWeek property.

Namespace: DevExpress.Maui.Editors

Assembly: DevExpress.Maui.Editors.dll

NuGet Package: DevExpress.Maui.Editors

Declaration

public DayOfWeek PickerFirstDayOfWeek { get; }

Property Value

Type Description
DayOfWeek

The picker’s first day of the week.

See Also