Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXDragEventArgs Properties
Show Inherited Hide Inherited

Represents a base class for drag-and-drop event arguments.
Name Description
Action Gets or sets the drag-and-drop action (Copy, Move, etc.) to perform.
Cursor Gets or sets the mouse pointer.
Data Gets or sets the data elements being dragged.
Handled Gets or sets whether the event was handled and allows you to suppress the default action. Inherited from DXDefaultEventArgs.
KeyState Gets the pressed mouse buttons (left, middle, right) and modifier keys (Shift, Ctrl, Alt).
Location Gets the mouse cursor’s position.
Source Gets the source control.
Target Gets the target control.
See Also