Back to Devexpress

TreeList.ExportToText Method

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

latest1.0 KB
Original Source

TreeList.ExportToText Method

NameParametersDescription
ExportToText(Stream, TextExportOptions)stream, optionsExports the control’s data to the specified stream in Text format using the specified options.
ExportToText(Stream)streamExports the Tree List’s data to a text document and sends it to the specified stream.
ExportToText(String, TextExportOptions)fileName, optionsExports the control’s data to the specified file in Text format using the specified options.
ExportToText(String)fileNameExports the Tree List’s data to a text file at the specified path.