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.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | 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