A component used for presenting Excel style header UI.
Constructors
Section titled "Constructors"IgxExcelStyleHeaderComponent
new IgxExcelStyleHeaderComponent(): IgxExcelStyleHeaderComponent Returns IgxExcelStyleHeaderComponent
Properties
Section titled "Properties"esf: BaseFilteringComponent Defined in projects/igniteui-angular/grids/core/src/filtering/excel-style/excel-style-header.component.ts:17
showHiding
Section titled "showHiding"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> showPinning
Section titled "showPinning"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> showSelecting
Section titled "showSelecting"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>