Skip to main content

ActiveViewChangingEventArgs.OldView Property

Gets the value of the ASPxScheduler.ActiveView property before modification.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

#Declaration

public SchedulerViewBase OldView { get; }

#Property Value

Type Description
SchedulerViewBase

A SchedulerViewBase object which is one of the views listed in the SchedulerViewType enumeration.

#Remarks

Use this parameter to identify a view that the scheduler was using to display appointments before a change occurred.

Note

Use the ActiveViewChangingEventArgs.oldView property when dealing with client-side events in JavaScript.

See Also