Skip to main content

DXCollectionView.FilterExpression Property

Gets or sets the CollectionView’s filter expression.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public CriteriaOperator FilterExpression { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator object that specifies filter 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