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