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.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
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 |
|
Remarks
To export field codes, set the DXRichEditPlainTextDocumentExporterOptions.ExportHiddenText property to true.
See Also