SchedulerViewRepository Class
Represents the view repository.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v24.1.dll
NuGet Package: DevExpress.Wpf.Scheduler
Declaration
public class SchedulerViewRepository :
SchedulerViewTypedRepositoryBase<SchedulerViewBase>
Related API Members
The following members return SchedulerViewRepository objects:
Remarks
Important
You are viewing documentation for the legacy WPF Scheduler control. If you’re starting a new project, we strongly recommend that you use a new control declared in the DevExpress.Xpf.Scheduling namespace. If you decide to upgrade an existing project in order to switch to the updated scheduler control, see the Migration Guidelines document.
The SchedulerViewRepository class represents the repository which holds the settings of the Views that are used to represent information within the Scheduler Control. The view repository can be accessed via the SchedulerControl.Views property.
The SchedulerViewRepository.DayView, SchedulerViewRepository.WorkWeekView, SchedulerViewRepository.WeekView, SchedulerViewRepository.MonthView and SchedulerViewRepository.TimelineView properties provide access to the settings of the corresponding Views.