Android.Preferences.DialogPreference.DialogMessageFormatted Property
Returns the message to be shown on subsequent dialogs.

Syntax

[get: Android.Runtime.Register("getDialogMessage", "()Ljava/lang/CharSequence;", "GetGetDialogMessageHandler")]
[set: Android.Runtime.Register("setDialogMessage", "(Ljava/lang/CharSequence;)V", "GetSetDialogMessage_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence DialogMessageFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the message to be shown on subsequent dialogs.

Set method documentation [Android Documentation]

Sets the message of the dialog. This will be shown on subsequent dialogs. This message forms the content View of the dialog and conflicts with list-based dialogs, for example. If setting a custom View on a dialog via DialogPreference.DialogLayoutResource, include a text View with ID NoType:android/R$id;Href=../../../reference/android/R.id.html#message and it will be populated with this message.

Requirements

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