SchedulerViewRepository Class
Represents the storage area for Scheduler’s Views.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
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 ASPxScheduler control. The view repository can be accessed via the ASPxScheduler.Views property.
The SchedulerViewRepository.DayView, SchedulerViewRepository.MonthView, SchedulerViewRepository.WeekView, SchedulerViewRepository.WorkWeekView, SchedulerViewRepository.TimelineView properties provide access to the settings of the corresponding views. Individual views can also be accessed using indexed notation via the Item property.