Skip to main content
.NET 8.0+

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 Interface

Declares members to be implemented by List Editors to support the Printing and Exporting functionalities in List Editors.

Namespace: DevExpress.ExpressApp.SystemModule

Assembly: DevExpress.ExpressApp.v24.2.dll

NuGet Package: DevExpress.ExpressApp

#Declaration

public interface IExportable

The following members return IExportable objects:

#Remarks

To enable printing and exporting for a custom List Editor, implement the IExportable interface. Printing is provided by the PrintingController Controller. Export is provided by the ExportController Controller. The PrintingController’s PrintingController.PrintAction, PrintingController.PrintPreviewAction and PrintingController.PageSetupAction Actions and the Export Controller’s ExportController.ExportAction are activated for the List Views whose List Editors implement the IExportable interface.

Currently, the following built-in List Editors support this interface:

In Windows Forms applications:

In ASP.NET Web Forms applications:

See Also