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