Skip to main content

DXRichEditPlainTextDocumentExporterOptions.FieldResultEndMarker Property

Gets or sets a character or a string used to mark the end of a field result in the exported 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 FieldResultEndMarker { get; set; }

Property Value

Type Description
String

A string that marks the end of the field result.

Property Paths

You can access this nested property as listed below:

Object Type Path to FieldResultEndMarker
DXRichEditDocumentExportOptions
.PlainTextOptions .FieldResultEndMarker

Remarks

To export field codes, set the DXRichEditPlainTextDocumentExporterOptions.ExportHiddenText property to true.

See Also