Back to Devexpress

CsvExportOptions Class

corelibraries-devexpress-dot-xtraprinting-1eeb5801.md

latest2.1 KB
Original Source

CsvExportOptions Class

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

Declaration

csharp
public class CsvExportOptions :
    TextExportOptionsBase,
    IXtraSupportShouldSerialize
vb
Public Class CsvExportOptions
    Inherits TextExportOptionsBase
    Implements 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.

Inheritance

Object ExportOptionsBase TextExportOptionsBase CsvExportOptions CsvExportOptionsEx

PivotGridCsvExportOptions

See Also

CsvExportOptions Members

Export to CSV

DevExpress.XtraPrinting Namespace