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.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduling
Declaration
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