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