Back to Devexpress

CardView.ExportToCsv Method

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

latest933 B
Original Source

CardView.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.