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

WorkWeekView.ShowFullWeek Property

Gets or sets a value indicating whether this view should show all the days of the week.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

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

Property Value

Type Default Description
Boolean **false**

true to show the full week; otherwise, false.

Remarks

By default, the Work-Week View displays only work days. If, for some reason, that is not desired, you can force the scheduler to display all the days of the week in this view by changing the property value to true.

To define which days of the week are work days, use the ASPxScheduler.WorkDays property.

See Also