Expressions Property (ExpressionInfo)
In This Topic
Gets or sets the expressions for column.
Syntax
'Declaration
<C1CategoryAttribute("Behavior")>
<C1DescriptionAttribute("ExpressionInfo.Expressions", "Gets or sets the expressions for column.")>
<DefaultValueAttribute("")>
<EditorAttribute(cd, System.Drawing.Design.UITypeEditor)>
Public Property Expressions As String()
[C1Category("Behavior")]
[C1Description("ExpressionInfo.Expressions", "Gets or sets the expressions for column.")]
[DefaultValue("")]
[Editor(cd, System.Drawing.Design.UITypeEditor)]
public string[] Expressions {get; set;}
Exceptions
Exception | Description |
ExpressionException | Represents errors that occur during operations with C1ExpressionEditor. |
See Also