CheckBoxPreference.SummaryOffFormatted Property

Definition

Caution

Use the AndroidX Preference Library for consistent behavior across all devices.

[System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")]
public override Java.Lang.ICharSequence? SummaryOffFormatted { [Android.Runtime.Register("getSummaryOff", "()Ljava/lang/CharSequence;", "GetGetSummaryOffHandler")] get; [Android.Runtime.Register("setSummaryOff", "(Ljava/lang/CharSequence;)V", "GetSetSummaryOff_Ljava_lang_CharSequence_Handler")] set; }
[<System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")>]
[<get: Android.Runtime.Register("getSummaryOff", "()Ljava/lang/CharSequence;", "GetGetSummaryOffHandler")>]
[<set: Android.Runtime.Register("setSummaryOff", "(Ljava/lang/CharSequence;)V", "GetSetSummaryOff_Ljava_lang_CharSequence_Handler")>]
member this.SummaryOffFormatted : Java.Lang.ICharSequence with get, set

Property Value

Attributes

Remarks

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