Xceed DataGrid for WPF v7.3 Documentation
DataGridDragBehavior Enumeration


Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace : DataGridDragBehavior Enumeration
Value indicating expected drag behavior within the grid.
Syntax
'Declaration
 
Public Enum DataGridDragBehavior 
   Inherits System.Enum
 
'Usage
 
Dim instance As DataGridDragBehavior
Members
MemberDescription
DragDropAllow 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.
SelectThe underlying rows or cells will be selected when dragged. (e.g. Excel-like selection)
Remarks

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.Wpf.DataGrid.DataGridDragBehavior

Requirements

See Also

Reference

Xceed.Wpf.DataGrid Namespace