Skip to main content
A newer version of this page is available. .

SchedulerViewRepository Class

Represents the view repository.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public class SchedulerViewRepository :
    SchedulerViewTypedRepositoryBase<SchedulerViewBase>

The following members return SchedulerViewRepository objects:

Remarks

The SchedulerViewRepository class represents the repository which holds the settings of the Views that are used to represent information within the XtraScheduler control. The view repository can be accessed via the SchedulerControl.Views property.

The SchedulerViewRepository.AgendaView, SchedulerViewRepository.DayView,SchedulerViewRepository.FullWeekView, SchedulerViewRepository.GanttView, SchedulerViewRepository.MonthView,SchedulerViewRepository.TimelineView, SchedulerViewRepository.WeekView and SchedulerViewRepository.WorkWeekView properties provide access to the settings of the corresponding views. Individual views can also be accessed using indexed notation via the DevExpress.XtraScheduler.Native.SchedulerViewTypedRepositoryBase.Item property.

Inheritance

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