Skip to main content

IndicatorFormatConditionBase.SelectiveExpression Property

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

[XtraSerializableProperty]
public string SelectiveExpression { get; set; }

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 GridControl and suggest that you use the new DataGridView control instead.

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

See Also