Class | Description | |
---|---|---|
![]() | ClipboardExporterBase | Base class of the CsvClipboardExporter and HtmlClipboardExporter classes. |
![]() | CsvClipboardExporter | Class that allows rows to be copied to the clipboard using the comma-separated format and the tab-separated format. |
![]() | CsvExporter | Class that allows grid data to be exported using the comma-separated format. |
![]() | CsvFormatSettings | Class that represents formatting settings used to export rows and to copy them to the clipboard using the CSV format. |
![]() | ExcelExporter | This class, which derives from the ExcelExporterBase class, allows to export data from the grid in the xmlss format. |
![]() | ExcelExporterBase | Abstract class that regroups the various options & actions that are common to all Excel exportation processes. |
![]() | ExporterBase | Base class of the CsvExporter class. |
![]() | FormatSettingsBase | Class used for exporting and for copying to the clipboard. |
![]() | GroupHeaderFormat | Class that exposes properties that determine the text displayed in group headers when a group contains single items and multiple items. |
![]() | HtmlClipboardExporter | Class that allows rows to be copied to the clipboard using the HTML format. |
![]() | HtmlFormatSettings | Class that represents formatting settings used to export rows and to copy them to the clipboard using the HTML format. |
![]() | UnicodeCsvClipboardExporter | Class that allows rows to be copied to the clipboard using the comma-separated format and the tab-separated format, with Unicode support. |