Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the current value of DialogFragment.ShowsDialog.
Set method documentation [Android Documentation]
Controls whether this fragment should be shown in a dialog. If not
set, no Dialog will be created in DialogFragment.onActivityCreated(android.os.Bundle),
and the fragment's view hierarchy will thus not be added to it. This
allows you to instead use it as a normal fragment (embedded inside of
its activity).
This is normally set for you based on whether the fragment is
associated with a container view ID passed to
FragmentTransaction.Add(int, Android.App.Fragment).
If the fragment was added with a container, setShowsDialog will be
initialized to false; otherwise, it will be true.