Class TableView.RowColorGetterArgs
Arguments for TableView.RowColorGetterDelegate. Describes a row of data in a DataTable
for which ColorScheme is sought.
Inherited Members
Namespace: Terminal.Gui
Assembly: Terminal.Gui.dll
Syntax
public class TableView.RowColorGetterArgs
Properties
| Edit this page View SourceRowIndex
The index of the row in Table for which color is needed
Declaration
public int RowIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |
Table
The data table hosted by the TableView control.
Declaration
public DataTable Table { get; }
Property Value
| Type | Description |
|---|---|
| DataTable |