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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
See Also