Back to Devexpress

WorkWeekView.ShowFullWeek Property

aspnet-devexpress-dot-web-dot-aspxscheduler-dot-workweekview-21428407.md

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

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

Property Value

TypeDefaultDescription
Booleanfalse

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

WorkWeekView Class

WorkWeekView Members

DevExpress.Web.ASPxScheduler Namespace