Back to Devexpress

MonthView.CompressWeekend Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-monthview-44ffc190.md

latest1.4 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

MonthView Class

MonthView Members

DevExpress.Web.ASPxScheduler Namespace