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

IndicatorFormatConditionBase.SelectiveExpression Property

Specifies a custom rule for applying conditional formatting. This is a dependency property.

Namespace: DevExpress.Xpf.PivotGrid

Assembly: DevExpress.Xpf.PivotGrid.v19.2.dll

Declaration

public string SelectiveExpression { get; set; }

Property Value

Type Description
String

A System.String value that is the rule expression.

Remarks

Use the SelectiveExpression property to apply conditional formatting to specific cells based on an expression.

See Also