Table of Contents

Property App

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

App

Gets the IApplication instance this view is running in. If this view is at the top of the view hierarchy, returns null.

public IApplication? App { get; }

Property Value

IApplication

Remarks

If not explicitly set on an instance, this property will retrieve the value from the view at the top of the View hierarchy (the top-most SuperView).