IndicatorFormatConditionBase.SelectiveExpression Property
In This Article
Specifies a custom rule for applying conditional formatting. This is a bindable property.
Namespace: DevExpress.Mobile.DataGrid
Assembly: DevExpress.Mobile.Grid.v18.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
String | A String value that is the rule expression. |
#Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the Grid
Use the SelectiveExpression property to apply conditional formatting to specific cells based on an expression.
See Also