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