MobileForms Toolkit Documentation

Page Methods

The methods of the Page class are listed below. For a complete list of Page class members, see the Page Members topic.

Public Instance Methods

Contains Determines whether the Page contains a specific Item.
CopyTo Copies the items of the Page to an Array, starting at a particular Array index.
Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetEnumerator Returns an enumerator that can iterate through items on a page.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
IndexOf Determines the index of a specific Item in the Page.
Show Makes the page current visible page in the DetailView.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Page Class | Resco.Controls.DetailView Namespace