Skip to main content
All docs
V26.1
  • DragDropManager.Default Property

    Provides access to the default Drag-and-Drop Behavior manager.

    Namespace: DevExpress.Utils.DragDrop

    Assembly: DevExpress.Utils.v26.1.dll

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

    Declaration

    public static DragDropManager Default { get; }

    Property Value

    Type Description
    DragDropManager

    A DragDropManager object that is the default Drag-and-Drop Behavior manager.

    See Also