Back to Devexpress

SchedulerViewRepository Class

windowsforms-devexpress-dot-xtrascheduler-0acfc6da.md

latest2.9 KB
Original Source

SchedulerViewRepository Class

Represents the view repository.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.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 XtraScheduler control. The view repository can be accessed via the SchedulerControl.Views property.

The SchedulerViewRepository.AgendaView, SchedulerViewRepository.DayView,SchedulerViewRepository.FullWeekView, SchedulerViewRepository.GanttView, SchedulerViewRepository.MonthView,SchedulerViewRepository.TimelineView, SchedulerViewRepository.WeekView and SchedulerViewRepository.WorkWeekView properties provide access to the settings of the corresponding views. Individual views can also be accessed using indexed notation via the DevExpress.XtraScheduler.Native.SchedulerViewTypedRepositoryBase.Item property.

Inheritance

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

See Also

SchedulerViewRepository Members

DevExpress.XtraScheduler Namespace