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

In This Topic
    AllowResize Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.GridTile.AllowResize. Sets a boolean value decides whether the tiles could be resized.
    Syntax
    'Declaration
     
    Public Property AllowResize As Boolean
    public bool AllowResize {get; set;}
    See Also