Interface IRowExportingEventArgs

rowExporting event arguments this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => { // set args properties here })

Hierarchy

Hierarchy

  • IBaseEventArgs
    • IRowExportingEventArgs

Properties

cancel: boolean

Skip the exporting row when set to true

owner?: any

Provides reference to the owner component.

rowData: any

Contains the exporting row data

rowIndex: number

Contains the exporting row index