Skip to main content

ViewFilter.IndexOf(ViewColumnFilterInfo) Method

Returns the specified ViewColumnFilterInfo object’s position within the collection.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public int IndexOf(
    ViewColumnFilterInfo info
)

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