IndicatorFormatConditionBase.SelectiveExpression Property
Specifies a custom rule for applying conditional formatting. This is a dependency property.
Namespace: DevExpress.Xpf.PivotGrid
Assembly: DevExpress.Xpf.PivotGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PivotGrid
Declaration
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