Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxHtmlDocumentExporterOptions.EndNoteNamePrefix Property

Specifies the custom character sequence used to construct names of endnote references in exported HTML documents.

#Declaration

Delphi
property EndNoteNamePrefix: string read; write;

#Property Value

Type
string

#Remarks

Use this property to define a custom endnote identifier appended to the value of the name attribute within the <Anchor> tag in an exported document. HTML export routines append the default endnote identifier (‘_endn’) to endnote reference names in the resulting document if the EndNoteNamePrefix property value is an empty string.

Use the ActualEndNoteNamePrefix property to identify the character sequence that HTML export routines append to every endnote reference name.

The EndNoteNamePrefix property’s default value is an empty string.

See Also