Table of Contents

Property Target

Namespace
Terminal.Gui.App
Assembly
Terminal.Gui.dll

Target

Gets or sets a weak reference to the target view that owns this popover. Used for command bubbling and automatic hiding when the target loses focus.

WeakReference<View>? Target { get; set; }

Property Value

WeakReference<View>