Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

XPObjectSource.Filter Property

Specifies the criteria used to filter data.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.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