Interface IColumnExportingEventArgs

columnExporting event arguments

this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => {
// set args properties here
});

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IColumnExportingEventArgs

Properties

cancel: boolean

Skip the exporting column when set to true

columnIndex: number

Contains the exporting column index

field: string

Contains the exporting column field name

grid?: GridType

A reference to the grid owner.

header: string

Contains the exporting column header

owner?: any

Provides reference to the owner component.

skipFormatter: boolean

Export the column's data without applying its formatter, when set to true