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