IgcGridToolbarExportEventArgs
Represents the arguments for the grid toolbar export event. It provides information about the grid instance, exporter service, export options, and allows the event to be canceled.
Properties
Section titled "Properties"cancel
Section titled "cancel"cancel returns whether the event has been intercepted and stopped
If the value becomes "true", it returns/exits from the method, instantiating the interface
cancel: boolean exporter
Section titled "exporter"The exporter is a base service.
The type (an abstract class base exporter) has it's own properties and methods
It is used to define the format and options of the export, the exported element
and methods for preparing the data from the elements for exporting
exporter: IgcBaseExporter grid represents a reference to the instance of the grid te event originated from
grid: IgcGridBaseDirective options
Section titled "options"Represents the different settings, that can be given to an export The type (an abstract class exporter options base) has properties for column settings (whether they should be ignored) as well as method for generating a file name
options: IgcExporterOptionsBase Optional owner
Section titled "owner"Inherited from: IgcBaseEventArgs
Provides reference to the owner component.
owner?: any