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

In This Topic
    AllowDrag Property (GridTile)
    In This Topic
    Gets or sets a boolean value decides whether the tiles could be dragged.
    Syntax
    'Declaration
     
    Public Property AllowDrag As Boolean
    public bool AllowDrag {get; set;}
    See Also