BetweenOperator.TestExpression Property
In This Article
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 |
---|---|
Criteria |
The expression that specifies a value to test for being in the range. |
See Also