Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

CompositeView.BreakLinksToControls() Method

Removes references to a Composite View’s controls and their event handlers.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v20.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void BreakLinksToControls()

Remarks

The BreakLinksToControls method is used when disposing of the current Composite View in a Frame, or replacing it with another Composite View. Generally, you do not need to use it.

See Also