GridColumn.ClearFilter() Method
Clears filtering applied to the column.
Namespace: DevExpress.XtraGrid.Columns
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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