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.

Declaration

oldView: ASPxSchedulerViewType

Property Value

Type Description
ASPxSchedulerViewType

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

Remarks

Client-side event handling. Use this parameter to identify a view that the scheduler was using to display appointments before a change occurred.

See Also