Android.App.Fragment.IsInLayout Property
Return true if the layout is included as part of an activity view hierarchy via the <fragment> tag.

Syntax

[get: Android.Runtime.Register("isInLayout", "()Z", "GetIsInLayoutHandler")]
public bool IsInLayout { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return true if the layout is included as part of an activity view hierarchy via the <fragment> tag. This will always be true when fragments are created through the <fragment> tag, except in the case where an old fragment is restored from a previous state and it does not appear in the layout of the current state.

[Android Documentation]

Requirements

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