Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

SchedulerViewRepository Class

Represents the view repository.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v24.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