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

XPObjectSourceModel.FilterString Property

Specifies an expression used to filter data at the data source level.

Namespace: DevExpress.DataAccess.Wizard.Model

Assembly: DevExpress.DataAccess.v18.2.dll

Declaration

public string FilterString { get; set; }

Property Value

Type Description
String

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

Implements

See Also