ObjectList::Selection Property
.NET Framework (current version)
Returns the selected item, or null if there is no selection. 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(false)] [BrowsableAttribute(false)] property ObjectListItem^ Selection { ObjectListItem^ get(); }
Property Value
Type: System.Web.UI.MobileControls::ObjectListItem^The selected item, or null if there is no selection.
Multiple selections are not supported.
.NET Framework
Available since 1.1
Available since 1.1
ObjectList Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Introduction to the ObjectList Control
Show: