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

SchedulerViewRepository Class

Represents the storage area for Scheduler’s Views.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v19.1.dll

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 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.

Implements

Inheritance

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