MultiPage<T>.Children Property

Definition

public:
 property System::Collections::Generic::IList<T> ^ Children { System::Collections::Generic::IList<T> ^ get(); };
public System.Collections.Generic.IList<T> Children { get; }
member this.Children : System.Collections.Generic.IList<'T (requires 'T :> Microsoft.Maui.Controls.Page)>
Public ReadOnly Property Children As IList(Of T)

Property Value

IList<T>

Implements

Applies to