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
#Property Value
Type | Description |
---|---|
Week |
A Week |
#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.
NOTE
To make the Scheduler
#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.