Android.App.DialogFragment.Cancelable Property
Return the current value of DialogFragment.Cancelable.

Syntax

[get: Android.Runtime.Register("isCancelable", "()Z", "GetIsCancelableHandler")]
[set: Android.Runtime.Register("setCancelable", "(Z)V", "GetSetCancelable_ZHandler")]
public virtual bool Cancelable { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11