ColumnFilterInfo(String) Constructor
Initializes a new instance of the ColumnFilterInfo class with the specified filter expression.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
filterString | String | A String value that represents the filter expression. This value is assigned to the ColumnFilterInfo.FilterString property. |
See Also