Back to Devexpress

TextExportOptionsBase.Separator Property

corelibraries-devexpress-dot-xtraprinting-dot-textexportoptionsbase-edafb31e.md

latest1.7 KB
Original Source

TextExportOptionsBase.Separator Property

Specifies the symbol(s) to separate text elements when a document is exported as a Text-based file.

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public virtual string Separator { get; set; }
vb
Public Overridable Property Separator As String

Property Value

TypeDescription
String

A String that contains the symbol(s) to separate text elements in the Text-based file.

|

Remarks

The Separator value cannot be an empty string.

In addition to the Separator property, use the TextExportOptionsBase.QuoteStringsWithSeparators property to specify whether strings with separators should be enclosed in quotation marks.

See Also

QuoteStringsWithSeparators

TextExportOptionsBase Class

TextExportOptionsBase Members

DevExpress.XtraPrinting Namespace