Class CliTableHeader
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
HeaderStyle
Style applied to the header band before per-element header styles.
public CliCellStyle? HeaderStyle { get; set; }
Property Value
IsVisible
Gets or sets a value indicating whether the header should be rendered.
public bool IsVisible { get; set; }