Skip to main content
.NET 6.0+

XPObjectSource.Filter Property

Specifies the criteria used to filter data.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

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