Back to Devexpress

LookUpSettings.FilterString Property

corelibraries-devexpress-dot-xtrareports-dot-parameters-dot-lookupsettings.md

latest1.7 KB
Original Source

LookUpSettings.FilterString Property

Specifies the filter criteria applied to the LookUpSettings object.

Namespace : DevExpress.XtraReports.Parameters

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[DefaultValue("")]
public string FilterString { get; set; }
vb
<DefaultValue("")>
Public Property FilterString As String

Property Value

TypeDefaultDescription
StringString.Empty

A String value, specifying the filter string.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FilterString
Parameter

.LookUpSettings .FilterString

|

See Also

LookUpSettings Class

LookUpSettings Members

DevExpress.XtraReports.Parameters Namespace