Skip to main content

DXRichEditPlainTextDocumentExporterOptions.EndNoteSeparator Property

Gets or sets the string used to mark the endnote in the resulting plain text. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v23.2.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public string EndNoteSeparator { get; set; }

Property Value

Type Description
String

A string that marks the endnote in the exported plain text.

Property Paths

You can access this nested property as listed below:

Object Type Path to EndNoteSeparator
DXRichEditDocumentExportOptions
.PlainTextOptions .EndNoteSeparator
See Also