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 | Class that allows grid data to be exported using the xmlss format. | |
ExporterBase | Base class of the CsvExporter and ExcelExporter classes. | |
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. |