Language

ActionBar.TitleFormatted Property

Definition

Returns the current ActionBar title in standard mode.

public abstract Java.Lang.ICharSequence? TitleFormatted { [Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "GetGetTitleHandler")] get; [Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getTitle", "()Ljava/lang/CharSequence;", "GetGetTitleHandler")>]
[<set: Android.Runtime.Register("setTitle", "(Ljava/lang/CharSequence;)V", "GetSetTitle_Ljava_lang_CharSequence_Handler")>]
member this.TitleFormatted : Java.Lang.ICharSequence with get, set

Property Value

The current ActionBar title or null.

Attributes

Remarks

Returns the current ActionBar title in standard mode. Returns null if getNavigationMode() would not return NAVIGATION_MODE_STANDARD.

Android reference for android.app.ActionBar.getTitle.

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