Skip to main content
A newer version of this page is available. .

TextExportOptions.DefaultSeparator Field

Contains the default value for the TextExportOptionsBase.Separator property. By default, when a document is exported to a Text file, this value is equal to “\t“.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

public const string DefaultSeparator = "\t"

Field Value

Type
String
See Also