TextExportOptionsBase.Separator Property
In This Article
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
NuGet Package: DevExpress.Printing.Core
#Declaration
#Property Value
Type | Description |
---|---|
String | A String containing the symbol |
#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