Back to Devexpress

DevExpress.Utils.DragDrop Namespace

windowsforms-devexpress-dot-utils-9409bb0c.md

latest4.1 KB
Original Source

DevExpress.Utils.DragDrop Namespace

The namespace contains types that support the Drag-and-Drop Behavior.

Assembly : DevExpress.Utils.v25.2.dll

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

Classes

NameDescription
BeginDragDropEventArgsProvides data for the BeginDragDrop event.
DragDropBehaviorRepresents 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.
DragDropBehaviorPropertiesContains the Drag-and-Drop Behavior options.
DragDropEventArgsProvides data for the DragDrop event.
DragDropEventsProvides access to a control’s Drag-and-Drop Behavior events.
DragDropManagerRepresents the Drag-and-Drop Behavior manager.
DragEnterEventArgsProvides data for the DragEnter event.
DragLeaveEventArgsProvides data for the DragLeave event.
DragOverEventArgsProvides data for the DragOver event.
DragOverEventArgsBaseProvides basic data for the DragOver event.
DXDefaultEventArgsAllows you to invoke or suppress actions the attached control performs on a particular drag-and-drop operation stage.
DXDragEventArgsRepresents a base class for drag-and-drop event arguments.
QueryDragPreviewImageEventArgsProvides data for the DragDropManager.QueryDragPreviewImage event.

Enums

NameDescription
DragDropActionsEnumerates actions available in a drag-and-drop operation.
DragDropKeyStateEnumerates states that specify pressed keyboard keys and mouse buttons.
InsertTypeEnumerates types that specify how to drop dragged data elements based on the mouse pointer’s position.
PreviewImageShowModeEnumerates modes that specify whether to show a preview of dragged elements next to the mouse pointer.