Class CellColorGetterArgs | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

public class CellColorGetterArgs

Inheritance

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.