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

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