Xceed DataGrid for WPF v7.3 Documentation
Xceed.Wpf.DataGrid Assembly / Xceed.Wpf.DataGrid Namespace / DataGridDragBehavior Enumeration


In This Topic
    DataGridDragBehavior Enumeration
    In This Topic
    Value indicating expected drag behavior within the grid.
    Syntax
    'Declaration
     
    Public Enum DataGridDragBehavior 
       Inherits System.Enum
    'Usage
     
    Dim instance As DataGridDragBehavior
    public enum DataGridDragBehavior : System.Enum 
    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