ActiveViewChangingEventArgs.OldView Property
In This Article
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 |
---|---|
Scheduler |
A Scheduler |
#Remarks
Use this parameter to identify a view that the scheduler was using to display appointments before a change occurred.
Note
Use the Active
See Also