MobileForms Toolkit Documentation

DetailViewItems.Item Property

Gets or sets the item at the specified index within the collection.

Overload List

Gets or sets the item at the specified index within the collection.

public Item this[int] {get; set;}

Gets or sets the item with the specified name within the collection.

public Item this[string] {get; set;}

See Also

DetailViewItems Class | Resco.Controls.DetailView Namespace