クラス IgxBaseExporter

階層

Index

コンストラクタ

プロパティ

メソッド

コンストラクタ

constructor

プロパティ

columnExporting

columnExporting: EventEmitter<IColumnExportingEventArgs> = ...

このイベントは列がエクスポートされるときに発生します。

this.exporterService.columnExporting.subscribe((args: IColumnExportingEventArgs) => {
// イベントをハンドルするコードをここに入力します。
});
@次のメンバー:

IgxBaseExporter

exportEnded

exportEnded: EventEmitter<IBaseEventArgs> = ...

rowExporting

rowExporting: EventEmitter<IRowExportingEventArgs> = ...

このイベントは行がエクスポートされるときに発生します。

this.exporterService.rowExporting.subscribe((args: IRowExportingEventArgs) => {
// イベントをハンドルするコードをここに入力します。
});
@次のメンバー:

IgxBaseExporter

メソッド

export

exportData