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

ColumnFilterInfo.FilterString Property

Gets the filter expression specified by this ColumnFilterInfo object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

[XtraSerializableProperty]
public string FilterString { get; }

Property Value

Type Description
String

A String value representing the filter expression.

Remarks

The FilterString property value is a string specifying the filtering condition applied. It is constructed in compliance with SQL requirements. Note that this string is a part of the overall filter expression applied to the View. This overall expression can be obtained via the View’s ColumnView.RowFilter property.

Note: the FilterString property value specifies the filter condition’ s textual representation if the ColumnFilterInfo.DisplayText property hasn’t been initialized with any string.

The following code snippets (auto-collected from DevExpress Examples) contain references to the FilterString property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also