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

In This Topic
    IsCollapsedChanged Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientIsCollapsedChanged client event. Occurs after a node is collapsed or expanded.
    Syntax
    'Declaration
     
    Public Property IsCollapsedChanged As String
    public string IsCollapsedChanged {get; set;}
    See Also