DialogFragment.ShowsDialog Property

Definition

Caution

deprecated

Return the current value of #setShowsDialog(boolean). -or- Controls whether this fragment should be shown in a dialog.

[System.Obsolete("deprecated")]
public virtual bool ShowsDialog { [Android.Runtime.Register("getShowsDialog", "()Z", "GetGetShowsDialogHandler")] get; [Android.Runtime.Register("setShowsDialog", "(Z)V", "GetSetShowsDialog_ZHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("getShowsDialog", "()Z", "GetGetShowsDialogHandler")>]
[<set: Android.Runtime.Register("setShowsDialog", "(Z)V", "GetSetShowsDialog_ZHandler")>]
member this.ShowsDialog : bool with get, set

Property Value

Boolean
Attributes

Remarks

Property getter documentation:

Java documentation for android.app.DialogFragment.getShowsDialog().

Property setter documentation:

Java documentation for android.app.DialogFragment.setShowsDialog(boolean).

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.

Applies to