TwoStatePreference.SummaryOnFormatted Property

Definition

Returns the summary to be shown when checked. -or- Sets the summary to be shown when checked.

public virtual Java.Lang.ICharSequence? SummaryOnFormatted { [Android.Runtime.Register("getSummaryOn", "()Ljava/lang/CharSequence;", "GetGetSummaryOnHandler")] get; [Android.Runtime.Register("setSummaryOn", "(Ljava/lang/CharSequence;)V", "GetSetSummaryOn_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getSummaryOn", "()Ljava/lang/CharSequence;", "GetGetSummaryOnHandler")>]
[<set: Android.Runtime.Register("setSummaryOn", "(Ljava/lang/CharSequence;)V", "GetSetSummaryOn_Ljava_lang_CharSequence_Handler")>]
member this.SummaryOnFormatted : Java.Lang.ICharSequence with get, set

Property Value

The summary.

Attributes

Remarks

Property getter documentation:

Returns the summary to be shown when checked.

Java documentation for android.preference.TwoStatePreference.getSummaryOn().

Property setter documentation:

Sets the summary to be shown when checked.

Java documentation for android.preference.TwoStatePreference.setSummaryOn(java.lang.CharSequence).

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