corelibraries-devexpress-dot-xtraprinting-1eeb5801.md
Contains options which define how a document is exported to CSV format.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class CsvExportOptions :
TextExportOptionsBase,
IXtraSupportShouldSerialize
Public Class CsvExportOptions
Inherits TextExportOptionsBase
Implements IXtraSupportShouldSerialize
The following members return CsvExportOptions objects:
The CsvExportOptions class provides options which determine how a document is exported to CSV, and inherits all its properties from its base TextExportOptionsBase class.
For more information, refer to Export to CSV.
Object ExportOptionsBase TextExportOptionsBase CsvExportOptions CsvExportOptionsEx
See Also