Skip to main content
.NET 6.0+

WinPropertyEditor.BreakLinksToControl(Boolean) Method

Unsubscribes from the control’s events and, depending on the parameter, also disposes of the control and removes the link to the control.

Namespace: DevExpress.ExpressApp.Win.Editors

Assembly: DevExpress.ExpressApp.Win.v23.2.dll

NuGet Package: DevExpress.ExpressApp.Win

Declaration

public override void BreakLinksToControl(
    bool unwireEventsOnly
)

Parameters

Name Type Description
unwireEventsOnly Boolean

true to only unsubscribe from events, false to also dispose of the control and remove the link to the control.

Remarks

This method supports the internal infrastructure. You do not need to call this method manually in most cases.

You can override this method in WinPropertyEditor descendants to dispose of custom recourses.

See Also