ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / AllowDragging Enumeration






In This Topic
    AllowDragging Enumeration
    In This Topic
    Specifies constants that define the row/column dragging behavior.
    Syntax
    'Declaration
     
    
    Public Enum AllowDragging 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AllowDragging
    public enum AllowDragging : System.Enum 
    public enum AllowDragging = class(System.Enum)
    public enum AllowDragging extends System.Enum
    __value public enum AllowDragging : public System.Enum 
    public enum class AllowDragging : public System.Enum 
    Members
    MemberDescription
    BothThe user may drag rows and columns.
    ColumnsThe user may drag columns.
    NoneThe user may not drag rows or columns.
    RowsThe user may drag rows.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Web.Mvc.Grid.AllowDragging

    See Also