DXCalendar.FirstDayOfWeek Property
Gets or sets the first day of the week. This is a bindable property.
Namespace: DevExpress.Maui.Editors
Assembly: DevExpress.Maui.Editors.dll
NuGet Package: DevExpress.Maui.Editors
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DayOfWeek | Sunday | The day of the week. |
See Also