Skip to main content

FormatCondition.Value2 Property

Gets or sets the second constant that is compared with column values. This is a bindable property.

Namespace: DevExpress.Mobile.DataGrid

Assembly: DevExpress.Mobile.Grid.v18.2.dll

Declaration

[XtraSerializableProperty]
public object Value2 { get; set; }

Property Value

Type Description
Object

A value that is compared with column values.

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.

Column cells are compared with the FormatCondition.Value1 value using the FormatCondition.ValueRule comparison operator. Specific comparison operators require two values. In this case, use FormatCondition.Value1 along with Value2.

The FormatCondition.Value1 and Value2 properties are not supported if the FormatCondition.ValueRule property is set to ConditionRule.None or ConditionRule.Expression.

See Also