MVCxSchedulerViewRepository Class
A storage for Scheduler views.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
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.