ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / DashboardLayout Class / AllowShowAll Property

In This Topic
    AllowShowAll Property
    In This Topic
    Gets or sets a boolean value decides whether all the tiles no matter visible or invisible are shown.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    Public Property AllowShowAll As Boolean
    [DefaultValue(true)]
    public bool AllowShowAll {get; set;}
    See Also