Back to Devexpress

MonthView.ShowWeekend Property

windowsforms-devexpress-dot-xtrascheduler-dot-monthview-dbd568d2.md

latest1.4 KB
Original Source

MonthView.ShowWeekend Property

Gets or sets a value indicating if the scheduler should also show its data for the weekend days ( Saturday and Sunday ) in a Month View.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(true)]
[XtraSerializableProperty]
public virtual bool ShowWeekend { get; set; }
vb
<DefaultValue(True)>
<XtraSerializableProperty>
Public Overridable Property ShowWeekend As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to show data for weekend days; otherwise, false.

|

Remarks

Use this property when only the working days need to be shown in the scheduler.

See Also

CompressWeekend

MonthView Class

MonthView Members

DevExpress.XtraScheduler Namespace