Skip to main content
A newer version of this page is available. .

DragDropManager.UnregisterBehavior(IDragDropBehavior) Method

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
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