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

VerticalGridRowCollection.IndexOf(IWebGridColumn) Method

Returns the specified row’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 row’s position within the collection. -1 if the collection doesn’t contain the specified row.

See Also