Skip to main content

SchedulerViewRepository Class

The view repository.

Namespace: DevExpress.Xpf.Scheduler

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

#Declaration

public class SchedulerViewRepository :
    SchedulerViewTypedRepositoryBase<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.

#Inheritance

Object
DevExpress.XtraScheduler.Native.SchedulerViewRepositoryBase
DevExpress.XtraScheduler.Native.SchedulerViewTypedRepositoryBase<SchedulerViewBase>
SchedulerViewRepository
See Also