CheckBoxPreference.SummaryOnFormatted Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Use the AndroidX Preference Library for consistent behavior across all devices.
Returns the summary to be shown when checked. -or- Sets the summary to be shown when checked.
[System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")]
public override 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; }
[<System.Obsolete("Use the AndroidX Preference Library for consistent behavior across all devices.")>]
[<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
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.