Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GridColumn.ClearFilter() Method

In This Article

Clears filtering applied to the column.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v24.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