Android.App.Fragment.FragmentManager Property
Return the FragmentManager for interacting with fragments associated with this fragment's activity.

Syntax

[get: Android.Runtime.Register("getFragmentManager", "()Landroid/app/FragmentManager;", "GetGetFragmentManagerHandler")]
public FragmentManager FragmentManager { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return the FragmentManager for interacting with fragments associated with this fragment's activity. Note that this will be non-null slightly before Fragment.Activity, during the time from when the fragment is placed in a Android.App.FragmentTransaction until it is committed and attached to its activity.

If this Fragment is a child of another Fragment, the FragmentManager returned here will be the parent's Fragment.ChildFragmentManager.

[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