Property ShowHeaders | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

ShowHeaders

Gets or sets a flag indicating whether to render headers of a TableView. Defaults totrue.

public bool ShowHeaders { get; set; }

Property Value

bool

Remarks

ShowHorizontalHeaderOverline, ShowHorizontalHeaderUnderline etc may still be used even if ShowHeaders is false.

Edit this page