Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TreeList.ExportToHtml Method

Name Parameters Description
ExportToHtml(Stream, HtmlExportOptions) stream, options Exports the control’s data to the specified stream in HTML format using the specified options.
ExportToHtml(Stream) stream Exports the Tree List’s data as HTML and sends it to the specified stream.
ExportToHtml(String, HtmlExportOptions) fileName, options Exports the control’s data to the specified file in HTML format using the specified options.
ExportToHtml(String) fileName Exports the Tree List’s data to the specified file as HTML.