Table of Contents

Method GetControlView

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

GetControlView(View?)

Gets the innermost ControlView from the specified view.

public static ControlView? GetControlView(View? view)

Parameters

view View

The view to search for the innermost ControlView.

Returns

ControlView

The innermost ControlView if found; otherwise, null.