Skip to main content
.NET 6.0+

XPObjectSource.FilterString Property

Specifies the string criteria used to filter data.

Namespace: DevExpress.Xpo

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

[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