ASP.NET 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
     
    
    <DefaultValueAttribute(True)>
    Public Property AllowDrag As Boolean
    [DefaultValue(true)]
    public bool AllowDrag {get; set;}
    See Also