MobileForms Toolkit Documentation

DetailViewItems.Item Property (String)

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

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

Parameters

name
The name of the item in the collection to set or retrieve.

Property Value

An item representing the item with the specified name within the collection.

Remarks

You can use this method to obtain the item with the specified name within the collection. If the name is invalid or cannot be found in collection, property return null.

See Also

DetailViewItems Class | Resco.Controls.DetailView Namespace | DetailViewItems.Item Overload List