Skip to main content

WeekView Class

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public class WeekView :
    WeekViewBase,
    IWeekViewProperties,
    ISchedulerViewPropertiesBase,
    ISchedulerPropertiesBase,
    INotifyPropertyChanging,
    INotifyPropertyChanged

#Returned By

Properties that return WeekView instances:

#Remarks

The scheduler control has five view types that provide different arrangements and formats for scheduling and viewing appointments. The WeekView class represents a Week View. This type of view enables end-users to schedule and view user events for a single week.

DXScheduler_WeekView

All views are stored in the scheduler control's view repository, which can be accessed via the SchedulerControl.Views property. To access the settings of the Week View, use the SchedulerViewRepository.WeekView and SchedulerControl.WeekView properties.

#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