Back to Devexpress

DXRichEditFieldOptions Properties

wpf-devexpress-dot-xpf-dot-richedit-dot-dxricheditfieldoptions-dot-underscore-properties.md

latest5.0 KB
Original Source

DXRichEditFieldOptions Properties

Provides options used to define the appearance and behavior of the document fields.

NameDescription
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
ClearUnhandledDocVariableFieldGets or sets whether the DOCVARIABLE field value is cleared when it cannot be calculated. This is a dependency property.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
HighlightColorGets or sets the color used to highlight the document fields. This is a dependency property.
HighlightModeGets or sets whether the document fields should be highlighted. This is a dependency property.
IsFrozenGets a value that indicates whether the object is currently modifiable. Inherited from Freezable.
IsSealedGets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
ThrowExceptionOnInvalidFormatSwitchGets or sets whether to throw an exception if a field formatting switch is not recognized. This is a dependency property.
UpdateDocVariablesBeforeCopyGets or sets whether to refresh the DOCVARIABLE field values when they are to be copied to the Clipboard. This is a dependency property.
UpdateDocVariablesBeforePrintGets or sets whether to refresh the DOCVARIABLE field values when the document is to be printed. This is a dependency property.
UpdateFieldsInTextBoxesGets or sets whether the FieldCollection.Update method updates fields contained in text boxes. This is a dependency property.
UpdateFieldsOnPasteGets or sets whether the document fields contained in a pasted range should be updated. This is a dependency property.
UpdateHyperlinksOnLoadGets or sets whether to update hyperlinks without the result text. This is a dependency property.
UpdateLockedFieldsGets or sets whether the locked fields can be updated. This is a dependency property.
UseCurrentCultureDateTimeFormatGets or sets whether the current culture’s short date and time display settings should be used to format DateTime value for display. This is a dependency property.

See Also

DXRichEditFieldOptions Class

DXRichEditFieldOptions Members

DevExpress.Xpf.RichEdit Namespace