A component used for presenting Excel style header UI.

IgxExcelStyleHeaderComponent

new IgxExcelStyleHeaderComponent(): IgxExcelStyleHeaderComponent

Returns IgxExcelStyleHeaderComponent

Sets whether the column hiding icon should be shown in the header. Default value is false.

showHiding: boolean

Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-header.component.ts:53

Example

<igx-excel-style-header [showHiding]="true"></igx-excel-style-header>

Sets whether the column pinning icon should be shown in the header. Default value is false.

showPinning: boolean

Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-header.component.ts:29

Example

<igx-excel-style-header [showPinning]="true"></igx-excel-style-header>

Sets whether the column selecting icon should be shown in the header. Default value is false.

showSelecting: boolean

Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-header.component.ts:41

Example

<igx-excel-style-header [showSelecting]="true"></igx-excel-style-header>