Android.Views.View.Parent Property
Gets the parent of this view.

Syntax

[get: Android.Runtime.Register("getParent", "()Landroid/view/ViewParent;", "GetGetParentHandler")]
public IViewParent Parent { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Gets the parent of this view. Note that the parent is a ViewParent and not necessarily a View.

[Android Documentation]

Requirements

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