Android.Preferences.Preference.TitleFormatted Property
Returns the title of this Preference.

Syntax

[get: Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "GetGetTitleHandler")]
[set: Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence TitleFormatted { get; set; }

See Also

Preference.TitleFormatted

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the title of this Preference.

Set method documentation [Android Documentation]

Sets the title for this Preference with a CharSequence. This title will be placed into the ID NoType:android/R$id;Href=../../../reference/android/R.id.html#title within the View created by Preference.OnCreateView(Android.Views.ViewGroup).

Requirements

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