MobileForms Toolkit Documentation

Item.Index Property

Gets the index of the Item in the DetailView's item collection.

public int Index {get;}

Property Value

The index of the Item in the DetailView's item collection.

Example

To get the index of the Item relatively to the page, use detailView1.Pages[i].IndexOf(myItem).

See Also

Item Class | Resco.Controls.DetailView Namespace