DevExpress.Export Namespace
Contains settings controlling data export from controls.
Assemblies: DevExpress.Data.v25.2.dll, DevExpress.Printing.v25.2.Core.dll
NuGet Packages: DevExpress.Data, DevExpress.Printing.Core
Classes
| Name | Description |
|---|---|
| BeforeExportTableEventArgs | Provides data for the XlsExportOptionsEx.BeforeExportTable and XlsxExportOptionsEx.BeforeExportTable events. |
| ClipboardOptions | Provides base properties that manage copy/paste operations from/to Data Grid and Tree List controls. |
| ContextEventArgs | Provides data for the XlsExportOptionsEx.CustomizeSheetHeader, XlsExportOptionsEx.CustomizeSheetFooter, XlsxExportOptionsEx.CustomizeSheetHeader and XlsxExportOptionsEx.CustomizeSheetFooter events. |
| CustomizeCellEventArgs | Provides data for events that allow cells in the export output to be customized. |
| CustomizeCellEventArgsBase | Provides data for events that allow cells in the export output to be customized. |
| CustomizeCellEventArgsExtended | Provides data for events that allow cells in the export output to be customized. |
| CustomizeDocumentColumnEventArgs | Provides data for the XlsExportOptionsEx.CustomizeDocumentColumn and XlsxExportOptionsEx.CustomizeDocumentColumn events. |
| DataAwareEventArgsBase | Provides data used to identify elements of controls during an export procedure. |
| DocumentColumnFilteringEventArgs | Provides data for the XlsExportOptionsEx.DocumentColumnFiltering and XlsxExportOptionsEx.DocumentColumnFiltering events. |
| ExportSettings | Contains settings that regulate data export from controls. |
| SkipFooterRowEventArgs | Provides data for the XlsExportOptionsEx.SkipFooterRow and XlsxExportOptionsEx.SkipFooterRow events. |
| XlFormattingObject | Contains cell formatting settings applied when exporting a control’s data to XLS(X) format. |
Delegates
| Name | Description |
|---|---|
| CustomizeCellEventHandler | Represents a method for handling CustomizeCell events that take a CustomizeCellEventArgs object as a parameter. |
| CustomizeDocumentColumnEventHandler | |
| DocumentColumnFilteringEventHandler | Represents a method that will handle the XlsExportOptionsEx.DocumentColumnFiltering and XlsxExportOptionsEx.DocumentColumnFiltering events. |
| SkipFooterRowEventHandler | Represents a method that will handle the XlsExportOptionsEx.SkipFooterRow and XlsxExportOptionsEx.SkipFooterRow events. |
Enums
| Name | Description |
|---|---|
| BandedLayoutMode | Contains values that enumerate possible ways of exporting bands and columns from Banded Views. |
| ClipboardMode | Contains values that specify whether or not the Clipboard Management feature is enabled. |
| ExportType | Lists the values corresponding to the different export modes available when saving a document to the XLS, XLSX and CSV formats. |
| GroupState | Lists values that specify the expanded state of data groups in the exported document. |
| PasteMode | Contains values that specify how data is pasted to a target grid/treelist control. |
| ProgressMode | Contains values that specify the visibility of the progress bar. |
| RowPasteMode | Identifies data pasting modes. |