Skip to main content
All docs
V24.2

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

TreeListExportOptions Properties

The base class for the TreeListXlExportOptions and TreeListCsvExportOptions classes. Contains common options that define how a document is exported.
Name Description
CustomizeCell Allows you to customize a cell in the exported file.
DocumentCulture Specifies the exported document’s culture that defines numeric, date-time, and currency data formatting settings.
ExportDisplayText Indicates whether the TreeList exports cell values in the same format they are presented in the compoment.
ExportSelectedRowsOnly Specifies whether the TreeList exports selected rows only.
RowExporting Fires before a row is exported and allows you to cancel the action.
See Also