Back to Devexpress

TextExportOptionsBase.QuoteStringsWithSeparators Property

corelibraries-devexpress-dot-xtraprinting-dot-textexportoptionsbase-33989c53.md

latest1.6 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public bool QuoteStringsWithSeparators { get; set; }
vb
Public Property QuoteStringsWithSeparators As Boolean

Property Value

TypeDescription
Boolean

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

|

Remarks

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

See Also

Separator

TextExportOptionsBase Class

TextExportOptionsBase Members

DevExpress.XtraPrinting Namespace