Skip to main content
.NET 6.0+

IExportable.OnExporting() Method

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

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