Skip to main content

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.v25.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public interface IExportable

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.

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