Skip to main content

BetweenOperator.TestExpression Property

Gets or sets the expression that specifies a value to test for being in the range.

Namespace: DevExpress.XamarinForms.Core.Filtering

Assembly: DevExpress.XamarinForms.Core.dll

NuGet Package: DevExpress.XamarinForms.Core

#Declaration

C#
public CriteriaOperator TestExpression { get; set; }

#Property Value

Type Description
CriteriaOperator

The expression that specifies a value to test for being in the range.

See Also