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

XPObjectSource.FilterString Property

Specifies the string criteria used to filter data.

Namespace: DevExpress.Xpo

Assembly: DevExpress.Xpo.v19.2.dll

Declaration

[TypeConverter("DevExpress.DataAccess.UI.XPObjectSource.FilterStringTypeConverter,DevExpress.DataAccess.v19.2.UI, Version=19.2.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[DefaultValue(null)]
public string FilterString { get; set; }
[DefaultValue(null)]
public string FilterString { get; set; }

Property Value

Type Default Description
String *null*

A string representation of the CriteriaOperator assigned to the XPObjectSource.Filter property.

See Also