Back to Devexpress

BaseView.ExportToCsv Method

windowsforms-devexpress-dot-xtragrid-dot-views-dot-base-dot-baseview-dot-exporttocsv.md

latest1.0 KB
Original Source

BaseView.ExportToCsv Method

NameParametersDescription
ExportToCsv(Stream, CsvExportOptions)stream, optionsExports the control’s data to the specified stream in CSV format using the specified options.
ExportToCsv(Stream)streamExports the control’s data to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions)filePath, optionsExports the control’s data to the specified file in CSV format using the specified options.
ExportToCsv(String)filePathExports the control’s data to the specified file in CSV format.