Back to Devexpress

DataGridExportExtensions.ExportToTextAsync Method

maui-devexpress-dot-maui-dot-datagrid-dot-datagridexportextensions-dot-exporttotextasync.md

latest1.5 KB
Original Source

DataGridExportExtensions.ExportToTextAsync Method

NameParametersDescription
ExportToTextAsync(DataGridView, Stream, TextExportOptions) staticgrid, stream, optionsExports DataGridView data to a stream in TXT format with the specified export options.
ExportToTextAsync(DataGridView, Stream) staticgrid, streamExports DataGridView data to a stream in TXT format.
ExportToTextAsync(DataGridView, String, TextExportOptions) staticgrid, filePath, optionsExports DataGridView data to TXT format with the specified path and export options.
ExportToTextAsync(DataGridView, String) staticgrid, filePathExports DataGridView data to TXT format with the specified path.