Table of Contents

Method GetParentPage

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

GetParentPage(AbstractControl?)

Gets parent Page for the specified control. If control is not attached to the parent, this function returns main page.

public static Page? GetParentPage(AbstractControl? control)

Parameters

control AbstractControl

Control for which to get the parent page.

Returns

Page