Skip to main content

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.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

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.XamarinForms.Core.Filtering.BetweenOperator.Property> property instead.

See Also