DevExpress.Utils.DragDrop Namespace
The namespace contains types that support the Drag-and-Drop Behavior.
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Classes
| Name | Description |
|---|---|
| BeginDragDropEventArgs | Provides data for the BeginDragDrop event. |
| DragDropBehavior | Represents the Drag-and-Drop Behavior that can be attached to a data control to allow users to move/reorder data elements with the mouse. |
| DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties> | Represents a base class for the Drag-and-Drop Behavior. |
| DragDropBehaviorProperties | Contains the Drag-and-Drop Behavior options. |
| DragDropEventArgs | Provides data for the DragDrop event. |
| DragDropEvents | Provides access to a control’s Drag-and-Drop Behavior events. |
| DragDropManager | Represents the Drag-and-Drop Behavior manager. |
| DragEnterEventArgs | Provides data for the DragEnter event. |
| DragLeaveEventArgs | Provides data for the DragLeave event. |
| DragOverEventArgs | Provides data for the DragOver event. |
| DragOverEventArgsBase | Provides basic data for the DragOver event. |
| DXDefaultEventArgs | Allows you to invoke or suppress actions the attached control performs on a particular drag-and-drop operation stage. |
| DXDragEventArgs | Represents a base class for drag-and-drop event arguments. |
| QueryDragPreviewImageEventArgs | Provides data for the DragDropManager.QueryDragPreviewImage event. |
Enums
| Name | Description |
|---|---|
| DragDropActions | Enumerates actions available in a drag-and-drop operation. |
| DragDropKeyState | Enumerates states that specify pressed keyboard keys and mouse buttons. |
| InsertType | Enumerates types that specify how to drop dragged data elements based on the mouse pointer’s position. |
| PreviewImageShowMode | Enumerates modes that specify whether to show a preview of dragged elements next to the mouse pointer. |