Table of Contents

Property ColumnStyles

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

ColumnStyles

Collection of columns for which you want special rendering (e.g. custom column lengths, text alignment etc)

public Dictionary<DataColumn, TableView.ColumnStyle> ColumnStyles { get; set; }

Property Value

Dictionary<DataColumn, TableView.ColumnStyle>