DxSchedulerRecurrenceInfo.FirstDayOfWeek Property
Specifies the first day of the week. This day is used to calculate occurrences.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public DayOfWeek FirstDayOfWeek { get; set; }
Property Value
Type | Description |
---|---|
DayOfWeek | The first day of the week |
Implements
See Also