Element.Parent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the parent element of the element.
public Xamarin.Forms.Element Parent { get; set; }
member this.Parent : Xamarin.Forms.Element with get, set
Property Value
The element which should be the parent of this element.
Remarks
Most application authors will not need to set the parent element by hand.