Skip to main content
All docs
V26.1
  • DxPivotGridListEditor.BreakLinksToControls() Method

    Removes references to the DxPivotGridListEditor‘s control and its event handlers.

    Namespace: DevExpress.ExpressApp.Blazor.Editors

    Assembly: DevExpress.ExpressApp.Blazor.v26.1.dll

    Declaration

    public override void BreakLinksToControls()

    Remarks

    The BreakLinksToControls method is used when disposing of the current List Editor, or replacing it with another List Editor.

    See Also