Skip to main content

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

NuGet Package: DevExpress.Printing.Core

Declaration

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.

Remarks

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

See Also