Table of Contents

Method GetAllChildren

Namespace
Alternet.UI
Assembly
Alternet.UI.Maui.dll

GetAllChildren<T>()

Gets collection of View elements added to pages of the application.

public static IEnumerable<T> GetAllChildren<T>()

Returns

IEnumerable<T>

Type Parameters

T