Back to Devexpress

MonthView.ShowWeekend Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-monthview-d2a7d237.md

latest1.4 KB
Original Source

MonthView.ShowWeekend Property

Gets or sets a value indicating if the scheduler should also show its data for the weekend days ( Saturday and Sunday ) in a Month View.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleantrue

true to show data for weekend days; otherwise, false.

|

Remarks

Use this property when only the working days need to be shown in the scheduler.

See Also

CompressWeekend

MonthView Class

MonthView Members

DevExpress.Web.ASPxScheduler Namespace