TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / ExpressionInfo Class / AllowAddNew Property

In This Topic
    AllowAddNew Property (ExpressionInfo)
    In This Topic
    Gets or sets a value indicating the ability to add new node level expression.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(True)>
    <C1CategoryAttribute("Behavior")>
    <C1DescriptionAttribute("ExpressionInfo.AllowAddNew", "Gets or sets a value indicating the ability to add new expression for node level.")>
    Public Property AllowAddNew As Boolean
    [DefaultValue(true)]
    [C1Category("Behavior")]
    [C1Description("ExpressionInfo.AllowAddNew", "Gets or sets a value indicating the ability to add new expression for node level.")]
    public bool AllowAddNew {get; set;}
    See Also