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

BetweenOperator.Property Property

OBSOLETE

Use TestExpression property instead

Gets or sets the test expression.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.Data.v19.2.dll

Declaration

[Obsolete("Use TestExpression property instead")]
public CriteriaOperator Property { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator descendant which represents the test expression.

Remarks

This property is obsolete. Use the BetweenOperator.TestExpression property instead.

See Also