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

WorkWeekView Class

Represents a Work-Week View.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public class WorkWeekView :
    WeekViewBase

The following members return WorkWeekView objects:

Remarks

The ASPxScheduler control has several view types that provide different arrangements and formats for scheduling and viewing the appointments. The WorkWeekView class represents a WorkWeek View. This type of view enables end-users to schedule and view user events by the work week (weekends are not displayed).

To specify which days are regarded as work days use the ASPxScheduler.WorkDays property.

All views are stored in the scheduler’s view repository which can be accessed via the ASPxScheduler.Views property. To access the settings of the WorkWeek View use the SchedulerViewRepository.WorkWeekView property.

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Object
SchedulerViewBase
DayView
DevExpress.Web.ASPxScheduler.Internal.WeekViewBase
See Also