MobileForms Toolkit Documentation

Page.IndexOf Method 

Determines the index of a specific Item in the Page.

public int IndexOf(
object value
);

Parameters

value
The Item to locate in the Page.

Return Value

The index of value if found in the list; otherwise, -1.

Implements

IList.IndexOf

See Also

Page Class | Resco.Controls.DetailView Namespace