Back to Devexpress

MonthView.ShowWorkDaysOnly Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-monthview-fa21188e.md

latest1.4 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public bool ShowWorkDaysOnly { get; set; }
vb
Public Property ShowWorkDaysOnly As Boolean

Property Value

TypeDescription
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

MonthView Class

MonthView Members

DevExpress.Xpf.Scheduling Namespace