Skip to main content

DragDropManager.RegisterBehavior(IDragDropBehavior) Method

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

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
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