A newer version of this page is available.
Switch to the current version.
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.v18.2.Core.dll
Declaration
[TypeConverter(typeof(QuoteStringsWithSeparatorsConverter))]
[XtraSerializableProperty]
public bool QuoteStringsWithSeparators { get; set; }
<TypeConverter(GetType(QuoteStringsWithSeparatorsConverter))>
<XtraSerializableProperty>
Public Property QuoteStringsWithSeparators As Boolean
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. |
Property Paths
You can access this nested property as listed below:
Show 20 property paths
Library | Object Type | Path to QuoteStringsWithSeparators |
---|---|---|
Cross-Platform Class Library | RemotePrintingSystem |
|
RemotePrintingSystem |
|
|
ExportOptions |
|
|
ExportOptions |
|
|
PrintingSystemBase |
|
|
PrintingSystemBase |
|
|
WinForms Controls | PrintingSystem |
|
PrintingSystem |
|
|
XtraSchedulerReport |
|
|
XtraSchedulerReport |
|
|
WPF Controls | ExportOptionsContainer |
|
ExportOptionsContainer |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
PrintingSystem |
|
|
Reporting | XtraReport |
|
XtraReport |
|
|
DocumentOperationRequest |
|
|
DocumentOperationRequest |
|
Remarks
The current separator is specified via the TextExportOptionsBase.Separator property.
See Also
Feedback