Back to Devexpress

DataViewBase.ExportToText Method

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-dot-exporttotext.md

latest973 B
Original Source

DataViewBase.ExportToText Method

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