Skip to main content

TextExportOptionsBase.Separator Property

Gets or sets the symbol(s) to separate text elements when a document is exported to a Text-based file.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

public virtual string Separator { get; set; }

Property Value

Type Description
String

A String containing the symbol(s) which will be used to separate text elements in the created Text-based file.

Remarks

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

See Also