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

DragDropManager.RegisterBehavior(IDragDropBehavior) Method

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[Browsable(false)]
public void RegisterBehavior(
    IDragDropBehavior behavior
)

Parameters

Name Type Description
behavior DevExpress.Utils.DragDrop.IDragDropBehavior

An IDragDropBehavior object that specifies the Drag-and-Drop Behavior to register.

See Also