Android.Preferences.Preference.SummaryFormatted Property
Returns the summary of this Preference.

Syntax

[get: Android.Runtime.Register("getSummary", "()Ljava/lang/CharSequence;", "GetGetSummaryHandler")]
[set: Android.Runtime.Register("setSummary", "(Ljava/lang/CharSequence;)V", "GetSetSummary_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence SummaryFormatted { get; set; }

See Also

Preference.SummaryFormatted

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the summary of this Preference.

Set method documentation [Android Documentation]

Sets the summary for this Preference with a CharSequence.

Requirements

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