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

MonthView.ShowWorkDaysOnly Property

Gets or sets a value indicating whether the Month View should display its data for the working days only. This is a dependency property.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Scheduling, DevExpress.Wpf.Scheduling

Declaration

public bool ShowWorkDaysOnly { get; set; }

Property Value

Type Description
Boolean

true, to display the working days only; otherwise, false. The default is false.

Remarks

Use the ShowWorkDaysOnly property when you need to display only the working days in the Month View and hide weekends (Saturday and Sunday).

See Also