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

DXRichEditMhtDocumentExporterOptions.TabMarker Property

Gets or sets a character or a string used to replace a tab symbol when exporting a document to MHT format. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v19.1.dll

Declaration

public string TabMarker { get; set; }

Property Value

Type Description
String

A string value that is the replacement for the tab symbol.

Property Paths

You can access this nested property as listed below:

Object Type Path to TabMarker
DXRichEditDocumentExportOptions
.MhtOptions.TabMarker
See Also