DXCollectionView.FilterExpression Property
In This Article
Gets or sets the CollectionView’s filter expression.
Namespace: DevExpress.XamarinForms.CollectionView
Assembly: DevExpress.XamarinForms.CollectionView.dll
NuGet Package: DevExpress.XamarinForms.CollectionView
#Declaration
C#
public CriteriaOperator FilterExpression { get; set; }
#Property Value
Type | Description |
---|---|
Criteria |
A Criteria |
#Remarks
You can use the FilterExpression or FilterString property to filter data in the CollectionView against single or multiple data fields. When you apply a filter, the view displays a subset of items that meet the specified criteria.
See Also