AllowEdit Property (ExpressionInfo)
In This Topic
Gets or sets whether the expressions of this column can be edited by clicking on the ExpressionEditor icon in the column header.
Syntax
'Declaration
<DefaultValueAttribute("")>
<C1DescriptionAttribute("ExpressionInfo.AllowEdit", "Gets or sets whether the expressions of this column can be edited by clicking on the ExpressionEditor icon in the column header.")>
<C1CategoryAttribute("Behavior")>
Public Property AllowEdit As Boolean()
[DefaultValue("")]
[C1Description("ExpressionInfo.AllowEdit", "Gets or sets whether the expressions of this column can be edited by clicking on the ExpressionEditor icon in the column header.")]
[C1Category("Behavior")]
public bool[] AllowEdit {get; set;}
See Also