Back to Devexpress

TreeListView.ExportToCsv Method

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-dot-exporttocsv.md

latest953 B
Original Source

TreeListView.ExportToCsv Method

NameParametersDescription
ExportToCsv(Stream, CsvExportOptions)stream, optionsExports a grid to the specified stream in CSV format using the specified CSV-specific options.
ExportToCsv(Stream)streamExports a grid to the specified stream in CSV format.
ExportToCsv(String, CsvExportOptions)filePath, optionsExports a grid to the specified file path in CSV format, using the specified CSV-specific options.
ExportToCsv(String)filePathExports a grid to the specified file path in CSV format.