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)
[BindableAttribute(true)] [BrowsableAttribute(false)] public virtual ObjectListItemCollection Items { get; }
Property Value
Type: System.Web.UI.MobileControls.ObjectListItemCollectionThe 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: