SchedulerViewBase.DisposeViewControls() Method
Disposes of controls contained in the view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
Remarks
The DisposeViewControls method is called when changing the active view. It releases additional controls contained in complex views, such as the GridControl of the AgendaView.
See Also