Skip to main content

MonthView.ShowWorkDaysOnly Property

Gets or sets whether the view shows only workdays. This is a bindable property.

Namespace: DevExpress.Maui.Scheduler

Assembly: DevExpress.Maui.Scheduler.dll

NuGet Package: DevExpress.Maui.Scheduler

Declaration

public bool ShowWorkDaysOnly { get; set; }

Property Value

Type Default Description
Boolean false

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

Remarks

The WorkDays property specifies workdays the view should display.

See Also