ObjectList::Items Property
.NET Framework (current version)
Gets the collection of items in an ObjectListItemCollection list. The default value is an empty collection. This API is obsolete. For information about how to develop ASP.NET mobile applications, see the www.asp.net/mobile Web site.
Assembly: System.Web.Mobile (in System.Web.Mobile.dll)
public: [BindableAttribute(true)] [BrowsableAttribute(false)] property ObjectListItemCollection^ Items { virtual ObjectListItemCollection^ get(); }
Property Value
Type: System.Web.UI.MobileControls::ObjectListItemCollection^The collection of items in the object list.
You can inspect the items in the ObjectListItemCollection collection, but you cannot modify the collection.
.NET Framework
Available since 1.1
Available since 1.1
ObjectList Class
System.Web.UI.MobileControls Namespace
Introduction to the ObjectList Control
Creating Custom Mobile Controls
Show: