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.v19.1.Core.dll

Declaration

[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