Preference.Selectable Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether this Preference should be selectable in the list. -or- Sets whether this Preference is selectable.
public virtual bool Selectable { [Android.Runtime.Register("isSelectable", "()Z", "GetIsSelectableHandler")] get; [Android.Runtime.Register("setSelectable", "(Z)V", "GetSetSelectable_ZHandler")] set; }
[<get: Android.Runtime.Register("isSelectable", "()Z", "GetIsSelectableHandler")>]
[<set: Android.Runtime.Register("setSelectable", "(Z)V", "GetSetSelectable_ZHandler")>]
member this.Selectable : bool with get, set
Property Value
true
if it is selectable, false
otherwise
- Attributes
Remarks
Property getter documentation:
Checks whether this Preference should be selectable in the list.
Java documentation for android.preference.Preference.isSelectable()
.
Property setter documentation:
Sets whether this Preference is selectable.
Java documentation for android.preference.Preference.setSelectable(boolean)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.