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

IXPObjectSourceModel.FilterString Property

If implemented, specifies an expression used to filter data at the data source level.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

string FilterString { get; set; }

Property Value

Type Description
String

A filter expression for the data XPO retrieves from the data source.

See Also