ListPreference.EntryFormatted Property

Definition

Returns the entry corresponding to the current value.

public virtual Java.Lang.ICharSequence? EntryFormatted { [Android.Runtime.Register("getEntry", "()Ljava/lang/CharSequence;", "GetGetEntryHandler")] get; }
[<get: Android.Runtime.Register("getEntry", "()Ljava/lang/CharSequence;", "GetGetEntryHandler")>]
member this.EntryFormatted : Java.Lang.ICharSequence

Property Value

The entry corresponding to the current value, or null.

Attributes

Remarks

Returns the entry corresponding to the current value.

Java documentation for android.preference.ListPreference.getEntry().

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.

Applies to