windowsforms-devexpress-dot-xtrascheduler-0acfc6da.md
Represents the view repository.
Namespace : DevExpress.XtraScheduler
Assembly : DevExpress.XtraScheduler.v25.2.dll
NuGet Package : DevExpress.Win.Scheduler
public class SchedulerViewRepository :
SchedulerViewTypedRepositoryBase<SchedulerViewBase>
Public Class SchedulerViewRepository
Inherits SchedulerViewTypedRepositoryBase(Of SchedulerViewBase)
The following members return SchedulerViewRepository objects:
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.
Object DevExpress.XtraScheduler.Native.SchedulerViewRepositoryBase DevExpress.XtraScheduler.Native.SchedulerViewTypedRepositoryBase<SchedulerViewBase> SchedulerViewRepository
See Also