DXRichEditFieldOptions Class
Provides options used to define the appearance and behavior of the document fields.
Namespace: DevExpress.Xpf.RichEdit
Assembly: DevExpress.Xpf.RichEdit.v24.1.dll
NuGet Package: DevExpress.Wpf.RichEdit
Declaration
Related API Members
The following members return DXRichEditFieldOptions objects:
Remarks
Access the DXRichEditFieldOptions instance using the RichEditControl.FieldOptions property.
<dxre:RichEditControl.FieldOptions>
<dxre:DXRichEditFieldOptions UpdateDocVariablesBeforePrint="False"
UpdateFieldsInTextBoxes="True"
UpdateHyperlinksOnLoad="False"
UpdateLockedFields="DocVariableOnly"
UseCurrentCultureDateTimeFormat="True"/>
</dxre:RichEditControl.FieldOptions>
Inheritance
Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<FieldOptions>
DXRichEditFieldOptions
See Also