DateEdit.PickerFirstDayOfWeek Property
In This Article
Gets or sets the first day of the week in the default picker. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
#Declaration
C#
public DayOfWeek PickerFirstDayOfWeek { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Day |
Sunday | The day of the week. |
See Also