ActiveViewChangingEventArgs.NewView Property
In This Article
Gets the new value of the ASPxScheduler.ActiveView property.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.2.dll
NuGet Package: DevExpress.Web.Scheduler
#Declaration
public SchedulerViewBase NewView { get; }
#Property Value
Type | Description |
---|---|
Scheduler |
A Scheduler |
#Remarks
Use this parameter to identify the view to which the scheduler is switching.
Note
Use the Active
See Also