DxScheduler.FirstDayOfWeek Property
In This Article
Specifies the first day of the week.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Day |
Sunday | The day of the week. |
#Remarks
Use the FirstDayOfWeek
property to specify the first day of the week in a Scheduler View.
Razor
<DxScheduler FirstDayOfWeek="DayOfWeek.Tuesday" DataStorage="@DataStorage">
...
</DxScheduler>
See Also