CsvExportOptions Class
Contains options which define how grid data is exported to CSV format.
Namespace: DevExpress.Mobile.Export
Assembly: DevExpress.Mobile.Core.v18.2.dll
Declaration
Related API Members
The following members return CsvExportOptions objects:
Remarks
Important
This documentation topic describes legacy technology. We no longer develop new functionality for the GridControl and suggest that you use the new DataGridView control instead.
To export data from the GridControl to CSV format, use the GridControl.ExportToExcel method with the ExportTarget.Csv value passed as the format parameter.
To specify CSV export settings, create an instance of the CsvExportOptions class and assign it to the GridControl.OptionsExportCsv property.
Inheritance
Object
ExportOptionsBase
TextExportOptionsBase
CsvExportOptions
See Also