ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DashboardLayout Class / AllowDrag Property






In This Topic
    AllowDrag Property (DashboardLayout)
    In This Topic
    Gets or sets a boolean value decides whether the tiles could be dragged.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(True)>
    Public Property AllowDrag As System.Boolean
    'Usage
     
    
    Dim instance As DashboardLayout
    Dim value As System.Boolean
     
    instance.AllowDrag = value
     
    value = instance.AllowDrag
    [System.ComponentModel.DefaultValue(true)]
    public System.bool AllowDrag {get; set;}
    public read-write property AllowDrag: System.Boolean; 
    System.ComponentModel.DefaultValueAttribute()
    public function get,set AllowDrag : System.boolean
    [System.ComponentModel.DefaultValue(true)]
    public: __property System.bool get_AllowDrag();
    public: __property void set_AllowDrag( 
       System.bool value
    );
    [System.ComponentModel.DefaultValue(true)]
    public:
    property System.bool AllowDrag {
       System.bool get();
       void set (    System.bool value);
    }
    See Also