MobileForms Toolkit Documentation

DetailView.Items Property

Get the Items collection.

public virtual DetailViewItems Items {get;}

Property Value

A representing the items in the DetailView.

Remarks

This property enables you to obtain a reference to the list of items that are currently stored in the DetailView. With this reference, you can add items, remove items, and obtain a count of the items in the collection. For more information on the tasks that can be performed with the item collection, see the class reference topics.

See Also

DetailView Class | Resco.Controls.DetailView Namespace | DetailViewItems | DetailViewItems