ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / FlowTile Class / ShowToolbar Property

In This Topic
    ShowToolbar Property (FlowTile)
    In This Topic
    Gets or sets a boolean value decides whether to show the toolbar.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property ShowToolbar As Boolean
    [DefaultValue(true)]
    public bool ShowToolbar {get; set;}
    See Also