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

BetweenOperator.Property Property

OBSOLETE

Use TestExpression property instead

The property is obsolete. Gets or sets the expression that specifies the value to test.

Namespace: DevExpress.Data.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

Declaration

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

Property Value

Type Description
CriteriaOperator

The expression that specifies the value to test.

Remarks

This property is obsolete. Use the <DevExpress.Data.Filtering.BetweenOperator.Property> property instead.

See Also