Skip to main content
A newer version of this page is available. .

XlCondFmtRuleExpression.Expression Property

Gets the expression used in the conditional formatting rule.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public XlExpression Expression { get; }

Property Value

Type Description
XlExpression

A XlExpression object that is the expression.

See Also