ActiveViewChangingEventArgs.NewView Property
Gets the new value of the ASPxScheduler.ActiveView property.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
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 the view to which the scheduler is switching.
Note
Use the ActiveViewChangingEventArgs.newView property when dealing with client-side events in JavaScript.
See Also