ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1TreeView Namespace / C1TreeView Class / AllowEdit Property

In This Topic
    AllowEdit Property (C1TreeView)
    In This Topic
    Allows tree nodes to be edited at run time.
    Syntax
    'Declaration
     
    Public Property AllowEdit As System.Boolean
    public System.bool AllowEdit {get; set;}
    See Also