Skip to main content

ColumnFilterInfo(String) Constructor

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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