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

In This Topic
    Visible Property (GridTile)
    In This Topic
    Gets or sets a boolean value decides whether to show the tile.
    Syntax
    'Declaration
     
    Public Property Visible As Boolean
    public bool Visible {get; set;}
    See Also