Android.App.Fragment.IsDetached Property
Return true if the fragment has been explicitly detached from the UI.

Syntax

[get: Android.Runtime.Register("isDetached", "()Z", "GetIsDetachedHandler")]
public bool IsDetached { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the fragment has been explicitly detached from the UI. That is, FragmentTransaction.Detach(Fragment) has been used on it.

[Android Documentation]

Requirements

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