SchedulerViewBase.DisposeViewControls() Method
Disposes of controls contained in the view.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
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