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

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