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

In This Topic
    AllowDrag Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tile.AllowDrag. 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