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

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