Back to Devexpress

TextExportOptionsBase Class

corelibraries-devexpress-dot-xtraprinting-64098bb3.md

latest2.7 KB
Original Source

TextExportOptionsBase Class

Represents the base class for objects which define export options specific for Text and CSV formats.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public abstract class TextExportOptionsBase :
    ExportOptionsBase
vb
Public MustInherit Class TextExportOptionsBase
    Inherits ExportOptionsBase

Remarks

The TextExportOptionsBase class serves as a base for classes that define Text-specific or CSV-specific export options (TextExportOptions and CsvExportOptions).

In addition to the common export settings inherited from the base ExportOptionsBase class, the TextExportOptionsBase class provides the following properties which define how a document is exported to Text and CSV formats.

Inheritance

Object ExportOptionsBase TextExportOptionsBase CsvExportOptions

TextExportOptions

CsvExportOptionsEx

PivotGridCsvExportOptions

See Also

TextExportOptionsBase Members

Export to Text

Export to CSV

DevExpress.XtraPrinting Namespace