Back to Devexpress

FormatConditionRuleExpression.Expression Property

windowsforms-devexpress-dot-xtraeditors-dot-formatconditionruleexpression.md

latest2.9 KB
Original Source

FormatConditionRuleExpression.Expression Property

Gets or sets a Boolean expression. When the expression evaluates to true , a format is applied to cells.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue("")]
[DXCategory("Behavior")]
[XtraSerializableProperty]
public string Expression { get; set; }
vb
<DXCategory("Behavior")>
<DefaultValue("")>
<XtraSerializableProperty>
Public Property Expression As String

Property Value

TypeDefaultDescription
StringString.Empty

A string that specifies the Boolean expression.

|

Remarks

Use the Expression property to specify a Boolean expression. If a cell value (or row values) meets the expression, the format is applied to a target cell(s).

See the Expression Editor Customization and Criteria Language Syntax documents to learn more about the syntax of expressions.

To make it easy to create expressions, the Expression Editor can be used.

Note

  • Some functions used in expression-based Excel Style Format Rules and expression-based unbound columns can only be exported to XLS(X) format in data-aware export mode. Refer to the Criteria Language Syntax document for details on which functions can be exported to XLS(X) format.

See Also

Expression Editor Customization

Criteria Language Syntax

Expression Editor

FormatConditionRuleExpression Class

FormatConditionRuleExpression Members

DevExpress.XtraEditors Namespace