cxExport Unit
Implements common data export functionality for DevExpress components.
Interfaces
| Name | Description |
|---|---|
| IcxExportBeforeSave | Enables you to perform specific actions before the Developer Express control’s content is exported to a file. |
| IcxExportProgress | Allows you to track the progress of an export operation and abort it if necessary. |
Constants
| Name | Description |
|---|---|
| cxExportGraphicClass | Specifies the graphic class type used to generate external or inline images for exported data. |
| cxExportToBinary | |
| cxExportToCSV | |
| cxExportToExcel | |
| cxExportToHtml | |
| cxExportToText | |
| cxExportToXlsx | |
| cxExportToXml |