Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ColumnFilterInfo.FilterString Property

Gets the filter expression specified by this ColumnFilterInfo object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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.

See Also