Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.UnderlineTocHyperlinks Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-99f2ee9b.md

latest1.7 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.UnderlineTocHyperlinks Property

Gets or sets whether the Table of Contents entries are underlined in a document exported to 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 bool UnderlineTocHyperlinks { get; set; }
vb
Public Property UnderlineTocHyperlinks As Boolean

Property Value

TypeDescription
Boolean

true, to set the underline attribute for the TOC entry font; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to UnderlineTocHyperlinks
DXRichEditDocumentExportOptions

.HtmlOptions .UnderlineTocHyperlinks

|

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace