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

ColumnFilterInfo(ColumnFilterType, String) Constructor

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public ColumnFilterInfo(
    ColumnFilterType type,
    string filterString
)

Parameters

Name Type Description
type ColumnFilterType

A ColumnFilterType enumeration value which specifies the filter type. This value is assigned to the ColumnFilterInfo.Type property.

filterString String

A String value that represents the filter expression. This value is assigned to the ColumnFilterInfo.FilterString property.

See Also