MobileForms Toolkit Documentation

PageCollection.IndexOf Method 

Returns the index of the first occurrence of a page in a page collection.

public int IndexOf(
Page page
);

Parameters

page
The Page to locate in the PageCollection. The value can be a null reference.

Return Value

The zero-based index of the first occurrence of page within the entire PageCollection, if found; otherwise, -1.

See Also

PageCollection Class | Resco.Controls.DetailView Namespace