DragStyle
DragStyle
Sets the drag and drop style for this object
Enumerated type, possible values are:
Default | Grid default rules apply |
---|---|
DragNone | The control will not respond to drag or drop operations |
DragSource | The control is draggable but will not accept a drop |
DragTarget | The control is not draggable but will accept a drop |
DragBoth | The control accepts both drag and drop operations |
Applies to: Generic , Grid , GridCell , TreeItem
Introduced in KCML version 6.60
This property defines whether the control can be dragged or is a possible target for a drag and drop operation.