TextExportOptionsBase.Separator Property
Specifies the symbol(s) to separate text elements when a document is exported as a Text-based file.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v25.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
String | A String that contains the symbol(s) to separate text elements in the Text-based file. |
Remarks
The Separator
value cannot be an empty string.
In addition to the Separator
property, use the TextExportOptionsBase.QuoteStringsWithSeparators property to specify whether strings with separators should be enclosed in quotation marks.
See Also