Android.Preferences.PreferenceScreen.Dialog Property
Used to get a handle to the dialog.

Syntax

[get: Android.Runtime.Register("getDialog", "()Landroid/app/Dialog;", "GetGetDialogHandler")]
public Android.App.Dialog Dialog { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Used to get a handle to the dialog. This is useful for cases where we want to manipulate the dialog as we would with any other activity or view.

[Android Documentation]

Requirements

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