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