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

In This Topic
    LayoutChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.DashboardLayout.OnClientLayoutChanged client event. Occurs when the layout is changed.
    Syntax
    'Declaration
     
    Public Property LayoutChanged As String
    public string LayoutChanged {get; set;}
    See Also