ViewFilter.Remove(ViewColumnFilterInfo) Method
Removes the specified filter criteria from the collection.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
info | DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo | A DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object to be removed from the collection. |
See Also