Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

IExportable.OnExporting() Method

In This Article

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

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.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