TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / AllowEditing Property

In This Topic
    AllowEditing Property (C1TreeView)
    In This Topic
    Gets or sets whether the user is allowed to edit treeview contents.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Behavior")>
    <DefaultValueAttribute(False)>
    <C1DescriptionAttribute("C1TreeView.AllowEditing", "Gets or sets whether the user is allowed to edit treeview contents.")>
    Public Property AllowEditing As Boolean
    [C1Category("Behavior")]
    [DefaultValue(false)]
    [C1Description("C1TreeView.AllowEditing", "Gets or sets whether the user is allowed to edit treeview contents.")]
    public bool AllowEditing {get; set;}
    See Also