Skip to main content

LookUpSettings.FilterString Property

Specifies the filter criteria applied to the LookUpSettings object.

Namespace: DevExpress.XtraReports.Parameters

Assembly: DevExpress.Printing.v24.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

[TypeConverter("DevExpress.XtraReports.Design.TextPropertyTypeConverter,DevExpress.XtraReports.v24.1, Version=24.1.99.0, Culture=neutral, PublicKeyToken=c38a27d2243c2672")]
[XtraSerializableProperty]
public string FilterString { get; set; }

Property Value

Type Description
String

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