Skip to main content

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.1.Core.dll

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual string Separator { get; set; }

Property Value

Type Description
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