AllowDragDrop Property

Gets or sets whether to allow the user to drag-and-drop a range of cells in the component.

Syntax

Public Property AllowDragDrop As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

The default value for the AllowDragDrop property is False. To move data using drag and drop

  1. Set the AllowDragDrop property to True.
  2. In your application, select the cell or cells you want to move using the mouse.
  3. Position the mouse pointer over the edge of the selection so that the arrow pointer appears.
  4. Press the left mouse button and drag the cell or cells.
  5. Release the left mouse button when the mouse pointer is over the drop location.