DragOverEventArgs Properties
Provides data for the DragOver event.
Name | Description |
---|---|
Action |
Gets or sets the drag-and-drop action (Copy, Move, etc.) to perform.
Inherited from DXDrag |
Cursor |
Gets or sets the mouse pointer.
Inherited from DXDrag |
Data |
Gets or sets the data elements being dragged.
Inherited from DXDrag |
Handled |
Gets or sets whether the event was handled and allows you to suppress the default action.
Inherited from DXDefault |
Insert |
Gets or sets an image that represents the insert indicator. |
Insert |
Gets or sets the location of the default insert indicator. |
Insert |
Gets or sets the size of the default insert indicator. |
Insert |
Gets or sets whether dragged data elements are inserted before or after a data element under the mouse pointer, or as a child (for tree list only).
Inherited from Drag |
Key |
Gets the pressed mouse buttons (left, middle, right) and modifier keys (Shift, Ctrl, Alt).
Inherited from DXDrag |
Location |
Gets the mouse cursor’s position.
Inherited from DXDrag |
Source |
Gets the source control.
Inherited from DXDrag |
Tag |
Gets or sets custom data associated with the drag-and-drop operation.
Inherited from Drag |
Target |
Gets the target control.
Inherited from DXDrag |
See Also