Skip to main content
All docs
V26.1
  • DragDropManager.UnregisterBehavior(IDragDropBehavior) Method

    Unregisters the specified Drag-and-Drop Behavior. For internal use.

    Namespace: DevExpress.Utils.DragDrop

    Assembly: DevExpress.Utils.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    [EditorBrowsable(EditorBrowsableState.Never)]
    public void UnregisterBehavior(
        IDragDropBehavior behavior
    )

    Parameters

    Name Type Description
    behavior DevExpress.Utils.DragDrop.IDragDropBehavior

    The IDragDropBehavior object specifies the Drag-and-Drop Behavior that should be unregistered.

    See Also