Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CardViewColumnCollection.IndexOf(IWebGridColumn) Method

Returns the specified column’s position within the collection.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public int IndexOf(
    IWebGridColumn column
)

Parameters

Name Type Description
column IWebGridColumn

An IWebGridColumn supported object to locate in the collection.

Returns

Type Description
Int32

An integer value that specifies the column’s position within the collection. -1 if the collection doesn’t contain the specified column.

See Also