ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / ManualGridTileTagHelper Class / AllowMaximize Property

In This Topic
    AllowMaximize Property (ManualGridTileTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Tile.AllowMaximize. Sets a boolean value decides whether the tiles could be maximized.
    Syntax
    'Declaration
     
    Public Property AllowMaximize As Boolean
    public bool AllowMaximize {get; set;}
    See Also