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

DXRichEditPlainTextDocumentExporterOptions.FieldCodeEndMarker Property

Gets or sets a character or a string used to mark the end of a field code in the resulting text. This is a dependency property.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.RichEdit, DevExpress.Wpf.RichEdit

Declaration

public string FieldCodeEndMarker { get; set; }

Property Value

Type Description
String

A string that marks the end of the field code.

Property Paths

You can access this nested property as listed below:

Object Type Path to FieldCodeEndMarker
DXRichEditDocumentExportOptions
.PlainTextOptions .FieldCodeEndMarker

Remarks

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

See Also