DataFormDateEditorAttribute.PickerFirstDayOfWeek Property
Gets or sets the first day of the week in the default picker.
Namespace: DevExpress.Maui.DataForm
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public string PickerFirstDayOfWeek { get; set; }
Property Value
| Type | Description |
|---|---|
| String | A value that specifies a day of the week. |
See Also