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
<C1CategoryAttribute("Behavior")>
<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.")>
<DefaultValueAttribute("")>
Public Property AllowEdit As Boolean()
[C1Category("Behavior")]
[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.")]
[DefaultValue("")]
public bool[] AllowEdit {get; set;}
See Also