XPObjectSource.Filter Property
Specifies the criteria used to filter data.
Namespace: DevExpress.Xpo
Assembly: DevExpress.DataAccess.v24.2.dll
Declaration
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