Skip to main content

PlainTextDocumentExporterOptions.FootNoteSeparator Property

Gets or sets the string used to mark the footnote in the resulting plain text.

Namespace: DevExpress.XtraRichEdit.Export

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

[DefaultValue("")]
public string FootNoteSeparator { get; set; }

Property Value

Type Default Description
String String.Empty

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

Property Paths

You can access this nested property as listed below:

Object Type Path to FootNoteSeparator
RichEditDocumentExportOptions
.PlainText .FootNoteSeparator
See Also