DateEdit.PickerFirstDayOfWeek Property
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
public DayOfWeek PickerFirstDayOfWeek { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DayOfWeek | Sunday | The day of the week. |
See Also