Back to Devexpress

DXRichEditHtmlDocumentExporterOptions.FootNoteNamePrefix Property

wpf-devexpress-dot-xpf-dot-richedit-dot-dxrichedithtmldocumentexporteroptions-4ccb4ec1.md

latest1.9 KB
Original Source

DXRichEditHtmlDocumentExporterOptions.FootNoteNamePrefix Property

Gets or sets the string used to construct the name of the footnote 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 FootNoteNamePrefix { get; set; }
vb
Public Property FootNoteNamePrefix As String

Property Value

TypeDescription
String

A String value used as a footnote name prefix.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to FootNoteNamePrefix
DXRichEditDocumentExportOptions

.HtmlOptions .FootNoteNamePrefix

|

Remarks

The FootNoteNamePrefix 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 ‘_ftn’.

See Also

DXRichEditHtmlDocumentExporterOptions Class

DXRichEditHtmlDocumentExporterOptions Members

DevExpress.Xpf.RichEdit Namespace