Skip to main content

CompositeView.BreakLinksToControls() Method

Removes references to Composite View controls and their event handlers.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void BreakLinksToControls()

Remarks

Use this method when you have to dispose of the current Composite View in a Frame or replace it with another Composite View.

See Also