Skip to main content
A newer version of this page is available. .

MonthView.ShowWorkDaysOnly Property

Gets or sets whether the view shows only workdays.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

Declaration

public bool ShowWorkDaysOnly { get; set; }

Property Value

Type Description
Boolean

true, if the view shows only workdays; otherwise, false.

Remarks

The WorkDays property specifies workdays the view should display.

See Also