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

CompositeView.BreakLinksToControls() Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v18.2.dll

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