Language

DialogFragment.ShowsDialog Property

Definition

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

public virtual bool ShowsDialog { [Android.Runtime.Register("getShowsDialog", "()Z", "GetGetShowsDialogHandler")] get; [Android.Runtime.Register("setShowsDialog", "(Z)V", "GetSetShowsDialog_ZHandler")] set; }
[<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

Attributes

Remarks

Return the current value of setShowsDialog(boolean).

Android reference for android.app.DialogFragment.getShowsDialog.

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