Skip to main content
A newer version of this page is available. .

FormatConditionRuleValue.Value2 Property

Gets or sets the second constant that is compared with column values.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Behavior")]
[XtraSerializableProperty]
[DefaultValue(null)]
public object Value2 { get; set; }

Property Value

Type Default Description
Object *null*

A value that is compared with the column’s values.

Remarks

See FormatConditionRuleValue.Value1 to learn more.

See Also