Skip to main content
A newer version of this page is available. .

SchedulerViewBase.DisposeViewControls() Method

Disposes of controls contained in the view.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.2.dll

Declaration

public virtual void DisposeViewControls()

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