Back to Devexpress

TreeList.ExportToCsv Method

windowsforms-devexpress-dot-xtratreelist-dot-treelist-dot-exporttocsv.md

latest980 B
Original Source

TreeList.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 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 Tree List’s data to the specified CSV file.