SchedulerViewRepository Class
The view repository.
Namespace: DevExpress.Xpf.Scheduler
Assembly: DevExpress.Xpf.Scheduler.v14.2.dll
Declaration
public class SchedulerViewRepository :
SchedulerViewTypedRepositoryBase<SchedulerViewBase>
Public Class SchedulerViewRepository
Inherits SchedulerViewTypedRepositoryBase(Of SchedulerViewBase)
Returned By
Properties that return SchedulerViewRepository instances:
Remarks
The SchedulerViewRepository class specifies the repository which holds the settings of the Views 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.