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

In This Topic
    NodeEditEnding Property
    In This Topic
    Configurates the C1.Web.Mvc.TreeView.OnClientNodeEditEnding client event. Occurs before a node exits edit mode.
    Syntax
    'Declaration
     
    Public Property NodeEditEnding As String
    public string NodeEditEnding {get; set;}
    See Also