expressappframework-devexpress-dot-expressapp-dot-systemmodule-90ce8257.md
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.v25.2.dll
NuGet Package : DevExpress.ExpressApp
public interface IExportable
Public Interface IExportable
The following members return IExportable objects:
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.
XAF activates the following Actions for the List Views where List Editors implement the IExportable interface:
| Controller | Actions |
|---|---|
| PrintingController | PrintAction, PrintPreviewAction, PageSetupAction |
| ExportController | ExportAction |
Currently, the following built-in List Editors support this interface in Windows Forms applications:
See Also