ViewFilter.IndexOf(ViewColumnFilterInfo) Method
Returns the specified ViewColumnFilterInfo object’s position within the collection.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v22.2.dll
NuGet Package: DevExpress.Win.Grid
Declaration
Parameters
Name | Type | Description |
---|---|---|
info | DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo | A DevExpress.XtraGrid.Views.Base.ViewColumnFilterInfo object to be located. |
Returns
Type | Description |
---|---|
Int32 | An integer value representing the specified ViewColumnFilterInfo object’s zero-based index. -1 if the collection doesn’t contain the specified object. |
See Also