Android.Preferences.DialogPreference.NegativeButtonTextFormatted Property
Returns the text of the negative button to be shown on subsequent dialogs.

Syntax

[get: Android.Runtime.Register("getNegativeButtonText", "()Ljava/lang/CharSequence;", "GetGetNegativeButtonTextHandler")]
[set: Android.Runtime.Register("setNegativeButtonText", "(Ljava/lang/CharSequence;)V", "GetSetNegativeButtonText_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence NegativeButtonTextFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the text of the negative button to be shown on subsequent dialogs.

Set method documentation [Android Documentation]

Sets the text of the negative button of the dialog. This will be shown on subsequent dialogs.

Requirements

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