Table of Contents

Property Visible

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

Visible

Gets or sets whether the popover is visible. Use this instead of a separate IsOpen property.

bool Visible { get; set; }

Property Value

bool

Remarks

When set to true, the popover should be shown. When set to false, the popover should be hidden.

Subscribe to VisibleChanging (cancellable) and VisibleChanged for popover visibility change notifications.