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

In This Topic
    TileSizeChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.DashboardLayout.OnClientTileSizeChanged client event. Occurs when the tile is maximized or restored.
    Syntax
    'Declaration
     
    Public Property TileSizeChanged As String
    public string TileSizeChanged {get; set;}
    See Also