Skip to main content

ViewBase.FirstDayOfWeek Property

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
DayOfWeek

A value that specifies the start day of a week in the scheduler.

See Also