Back to Devexpress

WorkWeekView Class

windowsforms-devexpress-dot-xtrascheduler-f10d07a2.md

latest2.7 KB
Original Source

WorkWeekView Class

Displays appointments for the working days in a particular week.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class WorkWeekView :
    DayView
vb
Public Class WorkWeekView
    Inherits DayView

The following members return WorkWeekView objects:

Remarks

The XtraScheduler control has several types of view that provide different arrangements and formats for scheduling and viewing appointments. The WorkWeekView class represents the Work Week View. This type of view enables end-users to schedule and view user events by the working week (Saturdays and Sundays are not displayed).

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

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

Inheritance

Object UserInterfaceObject SchedulerViewBase DayView WorkWeekView

See Also

WorkWeekView Members

Work Week View

WorkWeekView

DevExpress.XtraScheduler Namespace