Skip to main content

MonthView.CompressWeekend Property

Gets or sets a value indicating if the weekend days (Saturday and Sunday) should be displayed in one column.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

[DefaultValue(false)]
public bool CompressWeekend { get; set; }

Property Value

Type Default Description
Boolean false

true to compress weekends; otherwise, false.

Remarks

Use this property to display the weekend days in one column, as one day, when the Scheduler shows its data in a Month view. This may be helpful to save space of the scheduler’s working area.

See Also