Skip to main content

GridColumn.ClearFilter() Method

Clears filtering applied to the column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public void ClearFilter()

Remarks

The filter condition applied to a column is specified by the column’s GridColumn.FilterInfo property. The ClearFilter method resets this property setting to clear the applied filter. Note that all column filter settings are lost as a result.

To learn more about filtering in Grid Views, review the Filtering help topic.

See Also