Skip to main content
All docs
V18.2

FilterConditionBase.Value2 Property

Gets or sets a value that is compared to a column’s values.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v18.2.dll

Declaration

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

Property Value

Type Default Description
Object *null*

A value that is compared to a column’s values.

Remarks

This value is in effect for comparison operators that require two operands. The first operand is represented by the FilterConditionBase.Value1 property.

See Also