GridListEditor.BreakLinksToControls() Method
Removes references to the GridListEditor‘s control and its event handlers.
Namespace: DevExpress.ExpressApp.Win.Editors
Assembly: DevExpress.ExpressApp.Win.v24.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
NuGet Package: DevExpress.ExpressApp.Win
Declaration
Remarks
The BreakLinksToControls method is used when disposing of the current List Editor, or replacing it with another List Editor.
After disposing controls, raises the WinColumnsListEditor.PrintableChanged event.
Generally, you do not need to use this method.
See Also