Back to Devexpress

SchedulerViewRepository Class

aspnet-devexpress-dot-web-dot-aspxscheduler-2dbe8733.md

latest2.8 KB
Original Source

SchedulerViewRepository Class

Represents the storage area for Scheduler’s Views.

Namespace : DevExpress.Web.ASPxScheduler

Assembly : DevExpress.Web.ASPxScheduler.v25.2.dll

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class SchedulerViewRepository :
    SchedulerViewTypedRepositoryBase<SchedulerViewBase>
vb
Public Class SchedulerViewRepository
    Inherits SchedulerViewTypedRepositoryBase(Of 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

IDisposable

Inheritance

Object DevExpress.XtraScheduler.Native.SchedulerViewRepositoryBase DevExpress.XtraScheduler.Native.SchedulerViewTypedRepositoryBase<SchedulerViewBase> SchedulerViewRepository BootstrapSchedulerViewRepository

MVCxSchedulerViewRepository

See Also

SchedulerViewRepository Members

DevExpress.Web.ASPxScheduler Namespace