ViewBase.FirstDayOfWeek Property
In This Article
Gets or sets the day from which the scheduler starts a week.
Namespace: DevExpress.XamarinForms.Scheduler
Assembly: DevExpress.XamarinForms.Scheduler.dll
NuGet Package: DevExpress.XamarinForms.Scheduler
#Declaration
C#
public DayOfWeek FirstDayOfWeek { get; set; }
#Property Value
Type | Description |
---|---|
Day |
A value that specifies the start day of a week in the scheduler. |
See Also