Table of Contents

Class HeaderColorGetterArgs

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Arguments for a HeaderColorGetterDelegate. Describes a column header for which a rendering Scheme is being sought.

public class HeaderColorGetterArgs
Inheritance
HeaderColorGetterArgs
Inherited Members

Properties

Column

The index of the column in Table for which header color is needed.

ColumnName

The name of the column header being rendered.

RowScheme

The default scheme that would be used if no override is provided.

Table

The data table hosted by the TableView control.