Grid.Children 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 the collection of child elements of the Grid.
public Xamarin.Forms.Grid.IGridList<Xamarin.Forms.View> Children { get; }
member this.Children : Xamarin.Forms.Grid.IGridList<Xamarin.Forms.View>
Property 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.