Back to Devexpress

HorizontalWeek.CompressWeekend Property

windowsforms-devexpress-dot-xtrascheduler-dot-reporting-dot-horizontalweek-1e1a7b5a.md

latest1.7 KB
Original Source

HorizontalWeek.CompressWeekend Property

Gets or sets a value indicating if the weekend days ( Saturday and Sunday ) should be printed as one day.

Namespace : DevExpress.XtraScheduler.Reporting

Assembly : DevExpress.XtraScheduler.v25.2.Reporting.dll

NuGet Package : DevExpress.Win.SchedulerReporting

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to print weekends in a single day cell; otherwise, false.

|

Remarks

Only Saturday and Sunday can be printed in a single day cell, irrespective of the current SchedulerPrintAdapter.FirstDayOfWeek setting.

See Also

FirstDayOfWeek

HorizontalWeek Class

HorizontalWeek Members

DevExpress.XtraScheduler.Reporting Namespace