Table of Contents

Class CliTableHeader

Namespace
ItTiger.TigerCli.Rendering
Assembly
ItTiger.TigerCli.dll
Represents the header of a CLI table, including visibility and structural elements.
public class CliTableHeader
Inheritance
CliTableHeader
Inherited Members

Properties

Elements

Gets or sets the list of header elements (e.g., column or row names).
public IList<CliTableElement> Elements { get; set; }

Property Value

IList<CliTableElement>

HeaderStyle

Style applied to the header band before per-element header styles.
public CliCellStyle? HeaderStyle { get; set; }

Property Value

CliCellStyle

IsVisible

Gets or sets a value indicating whether the header should be rendered.
public bool IsVisible { get; set; }

Property Value

bool