Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.TabMarker Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-2f121684.md

latest1.6 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.TabMarker Property

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

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
public string TabMarker { get; set; }
vb
Public Property TabMarker As String

Property Value

TypeDescription
String

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

|

Property Paths

You can access this nested property as listed below:

Object TypePath to TabMarker
DXRichEditDocumentExportOptions

.HtmlOptions .TabMarker

|

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace