Skip to main content
A newer version of this page is available. .

DXRichEditPlainTextDocumentExporterOptions.ExportFinalParagraphMark Property

Gets or sets whether to append a new line symbol to the exported text if the range for export ends with a paragraph mark. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v21.1.dll

NuGet Package: DevExpress.Wpf.RichEdit

Declaration

public ExportFinalParagraphMark ExportFinalParagraphMark { get; set; }

Property Value

Type Description
ExportFinalParagraphMark

True, to export final paragraph mark as a new line symbol; otherwise, false.

Property Paths

You can access this nested property as listed below:

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