[]
        
(Showing Draft Content)

C1.Win.FlexGrid.DragModeEnum

DragModeEnum Enum

Specifies the behavior of the control as an OLE drag-drop source.

Namespace: C1.Win.FlexGrid
Assembly: C1.Win.FlexGrid.8.dll
Syntax
public enum DragModeEnum

Fields

Name Description
Automatic

The control provides automatic dragging of data. If the mouse hovers near the edges of the selected range, the cursor will change and allow the user to move or copy data (pressing the CTRL key to copy).

AutomaticCopy

Same as Automatic, except the data is always copied (never moved).

AutomaticMove

Same as Automatic, except the data is always moved (never copied).

Manual

The control does not provide any drag support. The caller can still initiate drag-drop operations using the DoDragDrop(object, DragDropEffects) method.