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

ActiveViewChangingEventArgs.OldView Property

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

Namespace: DevExpress.Web.ASPxScheduler

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

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