Skip to main content

SchedulerControl.WeekView Property

Provides access to an object that defines the settings of the scheduler's Week View.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public WeekView WeekView { get; set; }

#Property Value

Type Description
WeekView

A WeekView object that is the Week View in the scheduling area.

#Remarks

Use the WeekView property to customize the settings of the Week View.

The Week View enables end-users to schedule and display appointments by week. The scheduling area is divided into seven regions which correspond to the seven week days.

DXScheduler_WeekView

NOTE

To make the SchedulerControl control display information using the Week View, set the SchedulerControl.ActiveViewType property to SchedulerViewType.Week.

#Examples

This example demonstrates how to customize the Week View within the SchedulerControl. To do this, it is necessary to modify the WeekView object accessed via the SchedulerControl.WeekView property.

See Also