DateEdit.PickerFirstDayOfWeek Property
In This Article
Gets or sets the first day of the week in the default picker.
Namespace: DevExpress.XamarinForms.Editors
Assembly: DevExpress.XamarinForms.Editors.dll
NuGet Package: DevExpress.XamarinForms.Editors
#Declaration
C#
public DayOfWeek PickerFirstDayOfWeek { get; set; }
#Property Value
Type | Description |
---|---|
Day |
A value that specifies a day of the week. |
See Also