FlexSheet for WPF | ComponentOne
C1.WPF.FlexGrid Namespace / AllowDragging Enumeration

In This Topic
    AllowDragging Enumeration
    In This Topic
    Defines which grid elements can be moved to new positions with the mouse.
    Syntax
    'Declaration
     
    
    Public Enum AllowDragging 
       Inherits System.Enum
    public enum AllowDragging : System.Enum 
    Members
    MemberDescription
    BothUser can drag rows and columns to new positions using the mouse.
    ColumnsUser can drag columns to new positions using the mouse.
    NoneNo grid elements can be moved with the mouse.
    RowsUser can drag rows to new positions using the mouse.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.WPF.FlexGrid.AllowDragging

    See Also