ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Column Class / AllowDragging Property






In This Topic
    AllowDragging Property (Column)
    In This Topic
    Gets or sets whether the user can move this row or column to a new position with the mouse.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(False)>
    Public Overrides Property AllowDragging As System.Boolean
    'Usage
     
    
    Dim instance As Column
    Dim value As System.Boolean
     
    instance.AllowDragging = value
     
    value = instance.AllowDragging
    [System.ComponentModel.DefaultValue(false)]
    public override System.bool AllowDragging {get; set;}
    public read-write property AllowDragging: System.Boolean; override; 
    System.ComponentModel.DefaultValueAttribute()
    public override function get,set AllowDragging : System.boolean
    [System.ComponentModel.DefaultValue(false)]
    public: __property System.bool get_AllowDragging() override;
    public: __property void set_AllowDragging( 
       System.bool value
    ) override;
    [System.ComponentModel.DefaultValue(false)]
    public:
    property System.bool AllowDragging {
       System.bool get() override;
       void set (    System.bool value) override;
    }
    See Also