Back to Devexpress

SchedulerViewBase.DisposeViewControls() Method

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-83f8835a.md

latest1.2 KB
Original Source

SchedulerViewBase.DisposeViewControls() Method

Disposes of controls contained in the view.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public virtual void DisposeViewControls()
vb
Public Overridable Sub 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

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace