Skip to main content
Row

FormulaExpressionConditionalFormatting.Expression Property

Gets or sets a formula used as the formatting criteria in the conditional formatting rule.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v23.2.Core.dll

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

string Expression { get; set; }

Property Value

Type Description
String

A String value that represents a formula for conditional formatting.

See Also