Back to Devexpress

EndnotePosition Enum

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-d2eece9d.md

latest1.1 KB
Original Source

EndnotePosition Enum

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

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public enum EndnotePosition
vb
Public Enum EndnotePosition

Members

NameDescription
EndOfDocument

Endnotes are located at the end of the document.

| | EndOfSection |

Endnotes are located at the end of each section.

|

The following properties accept/return EndnotePosition values:

See Also

DevExpress.XtraRichEdit.API.Native Namespace