GridExportEventArgs Constructors
Stores data for the CustomizeGridExport and GridExported events.| Name | Parameters | Description |
|---|---|---|
| GridExportEventArgs(ExportTarget, GridDocumentExportOptions) | exportTarget, options | Initializes a new instance of the GridExportEventArgs class with specified settings. |
| GridExportEventArgs(ExportTarget, GridExportOptions) | exportTarget, options | Initializes a new instance of the GridExportEventArgs class with specified settings. |
See Also