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

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