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.v24.2.Core.dll
Declaration
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. |
Remarks
In addition to the Separator property, use the TextExportOptionsBase.QuoteStringsWithSeparators property to specify whether strings with separators should be enclosed into quotation marks.
See Also