MobileForms Toolkit Documentation

PageCollection.Item Property

Gets the page at the specified index.

public Page this[
int i
] {get;}

Property Value

The page at the specified index.

Exceptions

Exception Type Condition
IndexOutOfRangeException Throws if the index is out of range.

See Also

PageCollection Class | Resco.Controls.DetailView Namespace