InOperator(String, IEnumerable) Constructor
In This Article
Initializes a new InOperator instance with the specified name of a property to match, and pattern values.
Namespace: DevExpress.XamarinForms.Core.Filtering
Assembly: DevExpress.XamarinForms.Core.dll
NuGet Package: DevExpress.XamarinForms.Core
#Declaration
C#
public InOperator(
string propertyName,
IEnumerable values
)
#Parameters
Name | Type | Description |
---|---|---|
property |
String | The name of the collection property by whose values the operand calculates an aggregate value. It can be a path through object relationships, for example |
values | IEnumerable | An array of object that are values, one of which the property |
See Also