Skip to main content
A newer version of this page is available. .

CsvExportOptions Class

Contains options which define how a document is exported to CSV format.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

public class CsvExportOptions :
    TextExportOptionsBase,
    IXtraSupportShouldSerialize

The following members return CsvExportOptions objects:

Remarks

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.

See Also