BetweenOperator(String, Object, Object) Constructor
Initializes a new BetweenOperator instance with the specified tested property name, and objects that define a value range.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
Declaration
public BetweenOperator(
string testPropertyName,
object beginValue,
object endValue
)
Parameters
Name | Type | Description |
---|---|---|
testPropertyName | String | The property to test. It can be a path through object relationships (e.g., |
beginValue | Object | The lowest value in the range. |
endValue | Object | The highest value in the range. |
See Also