IExportable.OnExporting() Method
Performs the required pre-export actions under the current exportable editor.
Namespace: DevExpress.ExpressApp.SystemModule
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Remarks
This method is called by the ExportController before it starts to export the current exportable List Editor’s IExportable.Printable control.
When supporting the IExportable interface in a custom List Editor, implement the OnExporting method so that it performs the operations required on the Editor’s control before export.
See Also