Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

EndnotePosition Enum

Lists values used to specify the endnotes position in the document.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v20.2.Core.dll

NuGet Package: DevExpress.RichEdit.Core

Declaration

public enum EndnotePosition

Members

Name Description
EndOfDocument

Endnotes are located at the end of the document.

EndOfSection

Endnotes are located at the end of each section.

See Also