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

ColumnFilterInfo(String) Constructor

Initializes a new instance of the ColumnFilterInfo class with the specified filter expression.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public ColumnFilterInfo(
    string filterString
)

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