IViewContainer<T>.Children Property

Definition

The children collection of a visual element.

public System.Collections.Generic.IList<T> Children { get; }
member this.Children : System.Collections.Generic.IList<'T (requires 'T :> Xamarin.Forms.VisualElement)>

Property Value

System.Collections.Generic.IList<T>

The collection containing the visual elements children.

Applies to