ASPxScheduler.ActiveViewChanged Event
Occurs after the active view of the Scheduler has been changed.
Namespace: DevExpress.Web.ASPxScheduler
Assembly: DevExpress.Web.ASPxScheduler.v24.1.dll
NuGet Package: DevExpress.Web.Scheduler
Declaration
Event Data
The ActiveViewChanged event's data class is EventArgs.
Remarks
Handle the ActiveViewChanged event to perform any actions every time the scheduler’s active view is changed. Note that the current active view of the scheduler can be accessed via its ASPxScheduler.ActiveView property.
See Also