Back to Devexpress

LayoutControl.ExportToCsv Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-dot-exporttocsv.md

latest1007 B
Original Source

LayoutControl.ExportToCsv Method

NameParametersDescription
ExportToCsv(Stream, CsvExportOptions)stream, optionsExports the control’s data to a stream in CSV format with 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 with the specified options.
ExportToCsv(String)filePathExports the control’s data to the specified file in CSV format.