Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

cxGridExportLink Unit

#Classes

Name Description
EcxGridExport The exception class for errors that occur during content export from a data grid control.

#Methods

Name Description
ExportGridDataToCSV(string,TcxGrid,Boolean,Boolean,Char,string,TObject,TEncoding) Exports cell content of a data grid to a CSV (comma-separated values) file.
ExportGridDataToCSVStream(TStream,TcxGrid,Boolean,Boolean,Char,TObject,TEncoding) Exports cell content of a data grid to a stream in CSV (comma-separated values) format.
ExportGridDataToExcel(string,TcxGrid,Boolean,Boolean,Boolean,string,TObject) Exports cell content of a data grid to a file in Microsoft Excel® binary format (XLS).
ExportGridDataToExcelStream(TStream,TcxGrid,Boolean,Boolean,Boolean,TObject) Exports cell content of a data grid to a stream in Microsoft Excel® binary format (XLS).
ExportGridDataToHTML(string,TcxGrid,Boolean,Boolean,string,TObject) Exports cell content of a data grid to a file in HTML format.
ExportGridDataToHTMLStream(TStream,TcxGrid,Boolean,Boolean,TObject) Exports cell content of a data grid to a stream in HTML format.
ExportGridDataToText(string,TcxGrid,Boolean,Boolean,string,string,string,string,TObject,TEncoding) Exports cell content of a data grid to a file in plain text format.
ExportGridDataToText(string,TcxGrid,Boolean,Boolean,string,TObject,TEncoding) Exports cell content of a data grid to a file in plain text format.
ExportGridDataToTextStream(TStream,TcxGrid,Boolean,Boolean,string,string,string,TObject,TEncoding) Exports cell content of a data grid to a stream in plain text format.
ExportGridDataToTextStream(TStream,TcxGrid,Boolean,Boolean,TObject,TEncoding) Exports cell content of a data grid to a stream in plain text format.
ExportGridDataToXLSX(string,TcxGrid,Boolean,Boolean,Boolean,string,TObject) Exports cell content of a data grid to a file in Office Open XML spreadsheet format (XLSX).
ExportGridDataToXLSXStream(TStream,TcxGrid,Boolean,Boolean,Boolean,TObject) Exports cell content of a data grid to a stream in Office Open XML spreadsheet format (XLSX).
ExportGridDataToXML(string,TcxGrid,Boolean,Boolean,string,TObject) Exports cell content of a data grid to a file in XML format.
ExportGridDataToXMLStream(TStream,TcxGrid,Boolean,Boolean,TObject) Exports cell content of a data grid to a stream in XML format.
ExportGridToCSV(string,TcxGrid,Boolean,Boolean,Char,string,TObject,TEncoding) Exports content of a data grid control to a file in CSV (comma-separated values) format.
ExportGridToCSVStream(TStream,TcxGrid,Boolean,Boolean,Char,TObject,TEncoding) Exports content of a data grid control to a stream in CSV (comma-separated values) format.
ExportGridToExcel(string,TcxGrid,Boolean,Boolean,Boolean,string,TObject) Exports content of a data grid control to a file in Microsoft Excel® binary format (XLS).
ExportGridToExcelStream(TStream,TcxGrid,Boolean,Boolean,Boolean,TObject) Exports content of a data grid control to a stream in Microsoft Excel® binary Format (XLS).
ExportGridToHTML(string,TcxGrid,Boolean,Boolean,string,TObject) Exports content of a data grid control to a file in HTML format.
ExportGridToHTMLStream(TStream,TcxGrid,Boolean,Boolean,TObject) Exports content of a data grid control to a stream in HTML format.
ExportGridToText(string,TcxGrid,Boolean,Boolean,string,string,string,string,TObject,TEncoding) Exports content of a data grid control to a file in plain text format.
ExportGridToText(string,TcxGrid,Boolean,Boolean,string,TObject,TEncoding) Exports content of a data grid control to a file in plain text format.
ExportGridToTextStream(TStream,TcxGrid,Boolean,Boolean,string,string,string,TObject,TEncoding) Exports content of a data grid control to a stream in plain text format.
ExportGridToTextStream(TStream,TcxGrid,Boolean,Boolean,TObject,TEncoding) Exports content of a data grid control to a stream in plain text format.
ExportGridToXLSX(string,TcxGrid,Boolean,Boolean,Boolean,string,TObject) Exports the currently active root level’s content to a file in Office Open XML spreadsheet format (XLSX).
ExportGridToXLSXStream(TStream,TcxGrid,Boolean,Boolean,Boolean,TObject) Exports content of a data grid control to a stream in Office Open XML spreadsheet format (XLSX).
ExportGridToXML(string,TcxGrid,Boolean,Boolean,string,TObject) Exports content of a data grid control to a file in XML format.
ExportGridToXMLStream(TStream,TcxGrid,Boolean,Boolean,TObject) Exports content of a data grid control to a stream in XML format.

#Constants

Name Description
cxGridFooterCellIndent Specifies the indent when exporting the grid control with footer and group footer cells to various formats.