Skip to main content

IndicatorFormatConditionBase.SelectiveExpression Property

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

Namespace: DevExpress.Xpf.PivotGrid

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

NuGet Package: DevExpress.Wpf.PivotGrid

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