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

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