Back to Devexpress

TreeListCsvExportOptions Properties

blazor-devexpress-dot-blazor-dot-treelistcsvexportoptions-dot-underscore-properties.md

latest2.5 KB
Original Source

TreeListCsvExportOptions Properties

Contains options that define how the TreeList exports its content in CSV format.

NameDescription
AddEncodingPreambleSpecifies whether to include the encoding preamble at the beginning of the exported CSV file.
CustomizeCellAllows you to customize a cell in the exported file. Inherited from TreeListExportOptions.
DocumentCultureSpecifies the exported document’s culture that defines numeric, date-time, and currency data formatting settings. Inherited from TreeListExportOptions.
EncodeExecutableContentSpecifies whether to enclose potentially dangerous content in quotation marks when it is exported to a CSV file.
EncodingSpecifies the encoding of the exported CSV file.
ExportDisplayTextIndicates whether the TreeList exports cell values in the same format they are presented in the component. Inherited from TreeListExportOptions.
ExportSelectedRowsOnlySpecifies whether the TreeList exports selected rows only. Inherited from TreeListExportOptions.
QuoteStringsWithSeparatorsSpecifies whether a value that contains separators is enclosed in quotation marks.
RowExportingFires before a row is exported and allows you to cancel the action. Inherited from TreeListExportOptions.
SeparatorSpecifies a character sequence that separates values in the exported CSV file.

See Also

TreeListCsvExportOptions Class

TreeListCsvExportOptions Members

DevExpress.Blazor Namespace