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

DragGridEventArgs Properties

Contains data for events that allow you to customize drag-and-drop operations.
Name Description
Action Gets or sets an action that should be executed on the dragged data elements (Copy, Move, and so on).
Cursor Gets or sets the mouse pointer.
Data Gets or sets the dragged data elements.
DataRows Gets the array of data rows that correspond to the dragged grid rows.
Handled Gets or sets whether the event is handled and allows you to suppress the default action.
HitInfo Gets hit information about the visual element under the mouse pointer.
HitLocation Gets the mouse pointer location relative to the control’s upper-left corner (client coordinates).
KeyState Gets the pressed mouse buttons and keyboard modifiers.
Location Gets the mouse pointer location relative to the screen’s upper-left corner (screen coordinates).
Source Gets the source of the drag-and-drop operation.
Target Gets the target of the drag-and-drop operation.
See Also