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

MVCxSchedulerViewRepository Class

A storage for Scheduler views.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public class MVCxSchedulerViewRepository :
    SchedulerViewRepository

The following members return MVCxSchedulerViewRepository objects:

Remarks

The MVCxSchedulerViewRepository class represents the repository which holds the settings of the views that are used to represent information within the Scheduler control. The view repository can be accessed via the SchedulerSettings.Views property.

The MVCxSchedulerViewRepository.DayView, MVCxSchedulerViewRepository.FullWeekView, MVCxSchedulerViewRepository.MonthView, MVCxSchedulerViewRepository.WeekView, MVCxSchedulerViewRepository.WorkWeekView and MVCxSchedulerViewRepository.TimelineView properties provide access to the settings of the corresponding views. Individual views can also be accessed using indexed notation via the Item property.

Implements

Inheritance

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