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

In This Topic
    AllowResize Property (GridTile)
    In This Topic
    Gets or 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