Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

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