Android.App.ActionBar.SubtitleFormatted Property
Returns the current ActionBar subtitle in standard mode.

Syntax

[get: Android.Runtime.Register("getSubtitle", "()Ljava/lang/CharSequence;", "GetGetSubtitleHandler")]
[set: Android.Runtime.Register("setSubtitle", "(Ljava/lang/CharSequence;)V", "GetSetSubtitle_Ljava_lang_CharSequence_Handler")]
public abstract Java.Lang.ICharSequence SubtitleFormatted { get; set; }

See Also

ActionBar.SetSubtitle(int)
ActionBar.SetDisplayOptions(ActionBarDisplayOptions, Android.App.ActionBarDisplayOptions)

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the current ActionBar subtitle in standard mode. Returns null if ActionBar.NavigationMode would not return ActionBar.NAVIGATION_MODE_STANDARD.

Set method documentation [Android Documentation]

Set the action bar's subtitle. This will only be displayed if ActionBar.DISPLAY_SHOW_TITLE is set. Set to null to disable the subtitle entirely.

Requirements

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