Back to Devexpress

WorkWeekView Class

aspnet-devexpress-dot-web-dot-aspxscheduler-ad33a7a0.md

latest2.8 KB
Original Source

WorkWeekView Class

Represents a Work-Week View.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class WorkWeekView :
    WeekViewBase
vb
Public Class WorkWeekView
    Inherits 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

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

IXtraSupportDeserializeCollectionItem

Inheritance

Object SchedulerViewBase DayView DevExpress.Web.ASPxScheduler.Internal.WeekViewBase WorkWeekView BootstrapWorkWeekView

MVCxSchedulerWorkWeekView

See Also

WorkWeekView Members

WorkWeekView

Week View

DevExpress.Web.ASPxScheduler Namespace