CompositeView.BreakLinksToControls() Method
Removes references to a Composite View’s controls and their event handlers.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
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