Skip to main content

SchedulerViewBase Class

Serves as a base class for different scheduler Views.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

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