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

LookUpSettings.FilterString Property

Specifies the filter criteria applied to the LookUpSettings object.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v17.2.Core.dll

Declaration

[TypeConverter("DevExpress.XtraReports.Design.TextPropertyTypeConverter,DevExpress.XtraReports.v17.2, Version=17.2.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[XtraSerializableProperty]
[DefaultValue("")]
public string FilterString { get; set; }

Property Value

Type Default Description
String

String.Empty

A String value, specifying the filter string.

Property Paths

You can access this nested property as listed below:

Object Type Path to FilterString
Parameter
.LookUpSettings.FilterString
See Also