DateColumn.PickerFirstDayOfWeek Property
Gets or sets the first day of the week in the default picker.
Namespace: DevExpress.XamarinForms.DataGrid
Assembly: DevExpress.XamarinForms.Grid.dll
NuGet Package: DevExpress.XamarinForms.Grid
Declaration
[XtraSerializableProperty]
public DayOfWeek PickerFirstDayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
DayOfWeek | A value that specifies a day of the week. |
See Also