Blazor | ComponentOne
C1.Blazor.Grid Assembly / C1.Blazor.Grid Namespace / GridAllowDragging Enumeration

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

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Grid.GridAllowDragging

    See Also