DialogPreference.DialogTitleFormatted 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.
Returns the title to be shown on subsequent dialogs. -or- Sets the title of the dialog.
public virtual Java.Lang.ICharSequence? DialogTitleFormatted { [Android.Runtime.Register("getDialogTitle", "()Ljava/lang/CharSequence;", "GetGetDialogTitleHandler")] get; [Android.Runtime.Register("setDialogTitle", "(Ljava/lang/CharSequence;)V", "GetSetDialogTitle_Ljava_lang_CharSequence_Handler")] set; }
[<get: Android.Runtime.Register("getDialogTitle", "()Ljava/lang/CharSequence;", "GetGetDialogTitleHandler")>]
[<set: Android.Runtime.Register("setDialogTitle", "(Ljava/lang/CharSequence;)V", "GetSetDialogTitle_Ljava_lang_CharSequence_Handler")>]
member this.DialogTitleFormatted : Java.Lang.ICharSequence with get, set
Property Value
The title.
- Attributes
Remarks
Property getter documentation:
Returns the title to be shown on subsequent dialogs.
Java documentation for android.preference.DialogPreference.getDialogTitle()
.
Property setter documentation:
Sets the title of the dialog. This will be shown on subsequent dialogs.
Java documentation for android.preference.DialogPreference.setDialogTitle(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.