Share via


Items Property (SelectionList)

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 SelectionList collection by using the Add, Remove, and RemoveAt methods of the MobileListItemCollection class.

See Also

SelectionList Class