Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Return the current value of DialogFragment.Cancelable.
Set method documentation [Android Documentation]
Control whether the shown Dialog is cancelable. Use this instead of
directly calling Dialog.SetCancelable(bool), because DialogFragment needs to change
its behavior based on this.