Skip to main content

DragDropManager.UnregisterBehavior(IDragDropBehavior) Method

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v24.2.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