DragDropManager.Default Property
In This Article
Provides access to the default Drag-and-Drop Behavior manager.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.2.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
#Declaration
public static DragDropManager Default { get; }
#Property Value
Type | Description |
---|---|
Drag |
A Drag |
See Also