Xamarin.Forms.Grid.Children Property
Gets the collection of child elements of the Grid.

Syntax

public Grid.IGridList<View> Children { get; }

Value

The collection of child elements.

Remarks

Application developers can use implicit collection syntax in XAML to add items to this collection, because this property is the ContentPropertyAttribute for the Grid class.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0