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

SchedulerViewBase Class

Serves as a base class for different scheduler Views.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public abstract class SchedulerViewBase :
    IInnerSchedulerViewOwner,
    ISchedulerViewRepositoryItem,
    IDisposable,
    IWebAppearance,
    IXtraSupportShouldSerialize

Remarks

The currently active view is accessible via the ASPxScheduler.ActiveView property.

Implements

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize
See Also