ColumnFilterInfo.FilterString Property
Gets the filter expression specified by this ColumnFilterInfo object.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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.