Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.EndNoteNamePrefix Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-17d75e67.md

latest2.0 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.EndNoteNamePrefix Property

Gets or sets the string used to construct the name or the endnote reference in an exported document. 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 EndNoteNamePrefix { get; set; }
vb
Public Property EndNoteNamePrefix As String

Property Value

TypeDescription
String

A String value used as a endnote name prefix.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to EndNoteNamePrefix
DXRichEditDocumentExportOptions

.HtmlOptions .EndNoteNamePrefix

|

Remarks

The EndNoteNamePrefix specifies a prefix to compose a string that will be used as the name attribute of the Anchor tag in the resulting HTML document. By default, it is ‘_endn’.

See Also

EndNoteNumberStringFormat

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace