Android.Views.View.Selected Property
Indicates the selection state of this view.

Syntax

[get: Android.Runtime.Register("isSelected", "()Z", "GetIsSelectedHandler")]
[set: Android.Runtime.Register("setSelected", "(Z)V", "GetSetSelected_ZHandler")]
public virtual bool Selected { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Indicates the selection state of this view.

Set method documentation [Android Documentation]

Changes the selection state of this view. A view can be selected or not. Note that selection is not the same as focus. Views are typically selected in the context of an AdapterView like ListView or GridView; the selected view is the view that is highlighted.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1