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

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