Skip to main content
A newer version of this page is available. .

ViewFilter.IndexOf(ViewColumnFilterInfo) Method

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

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.2.dll

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