Skip to main content

CsvExportOptions Class

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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