columnExporting event arguments

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

Hierarchy

Hierarchy

  • IgrColumnExportingEventArgs

Constructors

Accessors

Constructors

Accessors

  • get nativeElement(): HTMLElement
  • Returns HTMLElement