Android.App.Fragment.View Property
Get the root view for the fragment's layout (the one returned by Fragment.OnCreateView(Android.Views.LayoutInflater, Android.Views.ViewGroup, Android.Views.ViewGroup)), if provided.

Syntax

[get: Android.Runtime.Register("getView", "()Landroid/view/View;", "GetGetViewHandler")]
public virtual Android.Views.View View { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Requirements

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