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

FormatConditionRuleValue.Value1 Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v20.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Object *null*

A value that is compared with column values.

Remarks

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

The Value1 and FormatConditionRuleValue.Value2 properties are not supported if the FormatConditionRuleValue.Condition property is set to None or Expression.

See Also