Interface representing a header cell in the grid. It is essentially the blueprint to a header cell object. Contains definitions of properties, relevant to the header

Constructors

Accessors

  • get column(): IgrColumn

    Returns IgrColumn

  • set column(value: IgrColumn): void

    The column that the header cell represents.

    Parameters

    Returns void

  • get selectable(): boolean

    Returns boolean

  • set selectable(value: boolean): void

    Indicates whether the cell can be selected

    Parameters

    • value: boolean

    Returns void

  • get selected(): boolean

    Returns boolean

  • set selected(value: boolean): void

    Indicates whether the cell is currently selected

    Parameters

    • value: boolean

    Returns void

  • get sortDirection(): SortingDirection

    Returns SortingDirection

  • set sortDirection(value: SortingDirection): void

    Represents the sorting direction of the column (ascending, descending or none).

    Parameters

    Returns void

  • get sorted(): boolean

    Returns boolean

  • set sorted(value: boolean): void

    Indicates whether the column is currently sorted.

    Parameters

    • value: boolean

    Returns void

  • get title(): boolean

    Returns boolean

  • set title(value: boolean): void

    Indicates whether the column header is a title cell.

    Parameters

    • value: boolean

    Returns void