'Declaration Public Property DragBehavior As DataGridDragBehavior
'Usage Dim instance As DataGridControl Dim value As DataGridDragBehavior instance.DragBehavior = value value = instance.DragBehavior
public DataGridDragBehavior DragBehavior {get; set;}
Property Value
Select - The underlying rows or cells will be selected when dragged. (eg. Excel-like selection)
DragDrop - Allow the selected rows to be dragged to a target host, such as Excel, in order to copy the data directly without performing an explicit copy/paste.