Table of Contents

Delegate TableView.CellColorGetterDelegate

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Delegate for providing color to TableView cells based on the value being rendered

public delegate ColorScheme TableView.CellColorGetterDelegate(TableView.CellColorGetterArgs args)

Parameters

args TableView.CellColorGetterArgs

Contains information about the cell for which color is needed

Returns

ColorScheme