Table of Contents

Class TableView.CellColorGetterArgs

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

Arguments for a TableView.CellColorGetterDelegate. Describes a cell for which a rendering ColorScheme is being sought

public class TableView.CellColorGetterArgs
Inheritance
TableView.CellColorGetterArgs
Inherited Members

Properties

CellValue

The hard typed value being rendered in the cell for which color is needed

ColIdex

The index of column in Table for which color is needed

Representation

The textual representation of CellValue (what will actually be drawn to the screen)

RowIndex

The index of the row in Table for which color is needed

RowScheme

the color scheme that is going to be used to render the cell if no cell specific color scheme is returned

Table

The data table hosted by the TableView control.