Back to Devexpress

DragGridEventArgs Properties

windowsforms-devexpress-dot-xtragrid-dot-views-dot-grid-dot-draggrideventargs-dot-underscore-properties.md

latest2.2 KB
Original Source

DragGridEventArgs Properties

Contains data for events that allow you to customize drag-and-drop operations.

NameDescription
ActionGets or sets an action that should be executed on the dragged data elements (Copy, Move, and so on).
CursorGets or sets the mouse pointer.
DataGets or sets the dragged data elements.
DataRowsGets the array of data rows that correspond to the dragged grid rows.
HandledGets or sets whether the event is handled and allows you to suppress the default action.
HitInfoGets hit information about the visual element under the mouse pointer.
HitLocationGets the mouse pointer location relative to the control’s upper-left corner (client coordinates).
KeyStateGets the pressed mouse buttons and keyboard modifiers.
LocationGets the mouse pointer location relative to the screen’s upper-left corner (screen coordinates).
SourceGets the source of the drag-and-drop operation.
TargetGets the target of the drag-and-drop operation.

See Also

DragGridEventArgs Class

DragGridEventArgs Members

DevExpress.XtraGrid.Views.Grid Namespace