Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the CompressWeekend property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also