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

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