Skip to main content
.NET 6.0+

CompositeView.BreakLinksToControls() Method

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

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.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