Back to Devexpress

MonthView.ShowWorkDaysOnly Property

maui-devexpress-dot-maui-dot-scheduler-dot-monthview-ef7e9add.md

latest1002 B
Original Source

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

csharp
public bool ShowWorkDaysOnly { get; set; }

Property Value

TypeDefaultDescription
Booleanfalse

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

|

Remarks

The WorkDays property specifies workdays the view should display.

See Also

MonthView Class

MonthView Members

DevExpress.Maui.Scheduler Namespace