ViewFilter.Remove(GridColumn) Method
Removes the filter criteria from the collection that refers to the specified column.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
column | GridColumn | A GridColumn object identifying the filter criteria to be removed. |
Remarks
The Remove method locates and then removes a DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object whose ViewColumnFilterInfo.Column property refers to the specified column.
See Also