Skip to main content

SchedulerViewBase Class

Serves as a base for classes which represent various views that can be used to display information within the scheduler control.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public abstract class SchedulerViewBase :
    SchedulerElement,
    IInnerSchedulerViewOwner,
    ISchedulerViewRepositoryItem,
    IDisposable,
    ISchedulerViewPropertiesBase,
    ISchedulerPropertiesBase,
    INotifyPropertyChanging,
    INotifyPropertyChanged

#Returned By

Properties that return SchedulerViewBase instances:

#Remarks

The SchedulerViewBase class serves as a base for the family of views (classes which implement Day, Work-Week, Week, Month and Timeline views). These views enable end-users to schedule and view user events in different arrangements and formats. The currently active view in the scheduling area is provided by the SchedulerControl.ActiveView property.

See Also