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

ColumnFilterInfo(CriteriaOperator) Constructor

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

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v18.2.dll

Declaration

public ColumnFilterInfo(
    CriteriaOperator filter
)

Parameters

Name Type Description
filter CriteriaOperator

A CriteriaOperator object which represents filter criteria.

Remarks

Assign the created ColumnFilterInfo object to the desired column’s GridColumn.FilterInfo property to filter the column using the specified filter criteria.

See Also