Back to Devexpress

SchedulerViewBase Class

aspnet-devexpress-dot-web-dot-aspxscheduler-c23fc7ba.md

latest3.7 KB
Original Source

SchedulerViewBase Class

Serves as a base class for different scheduler Views.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public abstract class SchedulerViewBase :
    IInnerSchedulerViewOwner,
    ISchedulerViewRepositoryItem,
    IDisposable,
    IWebAppearance,
    IXtraSupportShouldSerialize
vb
Public MustInherit Class SchedulerViewBase
    Implements IInnerSchedulerViewOwner,
               ISchedulerViewRepositoryItem,
               IDisposable,
               IWebAppearance,
               IXtraSupportShouldSerialize

The following members return SchedulerViewBase objects:

Remarks

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

Implements

IDisposable

DevExpress.Utils.Serializing.Helpers.IXtraSupportShouldSerialize

Inheritance

Show 23 items

Object SchedulerViewBase AgendaView

DayView

TimelineView

FullWeekView

WeekView

WorkWeekView

MonthView

BootstrapAgendaView

BootstrapFullWeekView

BootstrapWeekView

BootstrapWorkWeekView

BootstrapTimelineView

BootstrapDayView

BootstrapMonthView

MVCxSchedulerDayView

MVCxSchedulerFullWeekView

MVCxSchedulerMonthView

MVCxSchedulerTimelineView

MVCxSchedulerWeekView

MVCxSchedulerWorkWeekView

MVCxSchedulerAgendaView

See Also

SchedulerViewBase Members

DevExpress.Web.ASPxScheduler Namespace