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

TextExportOptionsBase.QuoteStringsWithSeparators Property

Gets or sets a value indicating whether a string with separators should be placed in quotation marks when a document is exported to a Text-based file.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

[XtraSerializableProperty]
public bool QuoteStringsWithSeparators { get; set; }

Property Value

Type Description
Boolean

true to quote (place quotation marks around) text elements containing symbols which are the same as the specified separator string; otherwise, false.

Property Paths

You can access this nested property as listed below:

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

Remarks

The current separator is specified via the TextExportOptionsBase.Separator property.

See Also