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