Method GetControlView
GetControlView(View?)
Gets the innermost ControlView from the specified view.
public static ControlView? GetControlView(View? view)
Parameters
viewViewThe view to search for the innermost ControlView.
Returns
- ControlView
The innermost ControlView if found; otherwise, null.