ObjectList.Selection Property

Definition

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 Mobile Apps & Sites with ASP.NET.

public:
 property System::Web::UI::MobileControls::ObjectListItem ^ Selection { System::Web::UI::MobileControls::ObjectListItem ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public System.Web.UI.MobileControls.ObjectListItem Selection { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.Selection : System.Web.UI.MobileControls.ObjectListItem
Public ReadOnly Property Selection As ObjectListItem

Property Value

The selected item, or null if there is no selection.

Attributes

Remarks

Multiple selections are not supported.

Applies to

See also