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