Skip to main content
A newer version of this page is available. .

IExportable.OnExporting() Method

Performs the required pre-export actions under the current exportable editor.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v18.2.dll

Declaration

void OnExporting()

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