IColumnExportingEventArgs
columnExporting event arguments
this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => {
// set args properties here
});Properties
Section titled "Properties"cancel
Section titled "cancel"Skip the exporting column when set to true
cancel: boolean Defined in projects/igniteui-angular/grids/core/src/services/exporter-common/base-export-service.ts:119
columnIndex
Section titled "columnIndex"Contains the exporting column index
columnIndex: number Defined in projects/igniteui-angular/grids/core/src/services/exporter-common/base-export-service.ts:114
field
Section titled "field"Contains the exporting column field name
field: string Defined in projects/igniteui-angular/grids/core/src/services/exporter-common/base-export-service.ts:109
Optional grid
Section titled "grid"A reference to the grid owner.
grid?: GridTypeBase Defined in projects/igniteui-angular/grids/core/src/services/exporter-common/base-export-service.ts:129
header
Section titled "header"Contains the exporting column header
header: string Defined in projects/igniteui-angular/grids/core/src/services/exporter-common/base-export-service.ts:104
Optional owner
Section titled "owner"Inherited from: IBaseEventArgs
Provides reference to the owner component.
owner?: any Defined in projects/igniteui-angular/core/src/core/utils.ts:428
skipFormatter
Section titled "skipFormatter"Export the column's data without applying its formatter, when set to true
skipFormatter: boolean Defined in projects/igniteui-angular/grids/core/src/services/exporter-common/base-export-service.ts:124