Skip to main content
A newer version of this page is available. .

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

Declaration

[XtraSerializableProperty]
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.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to Separator
Cross-Platform Class Library ExportOptions
.Csv.Separator
WPF Controls ExportOptionsContainer
.Csv.Separator

Remarks

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

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Separator property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also