Android.Preferences.Preference.Selectable Property
Checks whether this Preference should be selectable in the list.

Syntax

[get: Android.Runtime.Register("isSelectable", "()Z", "GetIsSelectableHandler")]
[set: Android.Runtime.Register("setSelectable", "(Z)V", "GetSetSelectable_ZHandler")]
public virtual bool Selectable { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Checks whether this Preference should be selectable in the list.

Set method documentation [Android Documentation]

Sets whether this Preference is selectable.

Requirements

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