Skip to main content
A newer version of this page is available. .

XPObjectSource.Filter Property

Specifies the criteria used to filter data.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v18.2.dll

Declaration

[Browsable(false)]
public CriteriaOperator Filter { get; set; }

Property Value

Type Description
CriteriaOperator

A CriteriaOperator used to filter data retried from the database.

Remarks

To specify a string criteria, use the XPObjectSource.FilterString property instead of Filter.

See Also