ObjectList::Selection Property

 

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.

Namespace:   System.Web.UI.MobileControls
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

ObjectList Class
System.Web.UI.MobileControls Namespace
Creating Custom Mobile Controls
Introduction to the ObjectList Control

Return to top
Show: