SchedulerViewRepository Class
Represents the view repository.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
Declaration
public class SchedulerViewRepository :
SchedulerViewTypedRepositoryBase<SchedulerViewBase>
Related API Members
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.