Back to Devexpress

IExportable Interface

expressappframework-devexpress-dot-expressapp-dot-systemmodule-90ce8257.md

latest3.1 KB
Original Source

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

csharp
public interface IExportable
vb
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.

XAF activates the following Actions for the List Views where List Editors implement the IExportable interface:

ControllerActions
PrintingControllerPrintAction, PrintPreviewAction, PageSetupAction
ExportControllerExportAction

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

See Also

IExportable Members

DevExpress.ExpressApp.SystemModule Namespace