Items Property (List)
Returns the collection of items in a MobileListItemCollection list. The default value is an empty collection.
public System.Web.UI.MobileControls.MobileListItemCollection Items {
get
}
Remarks
You can add or remove items from a List collection by using the Add, Remove, and RemoveAt methods of the MobileListItemCollection class.
See Also
Applies to: List Class