DialogFragment.Cancelable Property

Definition

Caution

deprecated

Return the current value of #setCancelable(boolean). -or- Control whether the shown Dialog is cancelable.

[System.Obsolete("deprecated")]
public virtual bool Cancelable { [Android.Runtime.Register("isCancelable", "()Z", "GetIsCancelableHandler")] get; [Android.Runtime.Register("setCancelable", "(Z)V", "GetSetCancelable_ZHandler")] set; }
[<System.Obsolete("deprecated")>]
[<get: Android.Runtime.Register("isCancelable", "()Z", "GetIsCancelableHandler")>]
[<set: Android.Runtime.Register("setCancelable", "(Z)V", "GetSetCancelable_ZHandler")>]
member this.Cancelable : bool with get, set

Property Value

Boolean
Attributes

Remarks

Property getter documentation:

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

Property setter documentation:

Java documentation for android.app.DialogFragment.setCancelable(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