Skip to main content

DXRichEditFieldOptions Members

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

Constructors

Name Description
DXRichEditFieldOptions() Initializes a new instance of the DXRichEditFieldOptions class with the default settings.

Fields

Name Description
ClearUnhandledDocVariableFieldProperty static Identifies the DXRichEditFieldOptions.ClearUnhandledDocVariableField dependency property.
HighlightColorProperty static Identifies the DXRichEditFieldOptions.HighlightColor dependency property.
HighlightModeProperty static Identifies the DXRichEditFieldOptions.HighlightMode dependency property.
ThrowExceptionOnInvalidFormatSwitchProperty static Identifies the DXRichEditFieldOptions.ThrowExceptionOnInvalidFormatSwitch dependency property.
UpdateDocVariablesBeforeCopyProperty static Identifies the DXRichEditFieldOptions.UpdateDocVariablesBeforeCopy dependency property.
UpdateDocVariablesBeforePrintProperty static Identifies the DXRichEditFieldOptions.UpdateDocVariablesBeforePrint dependency property.
UpdateFieldsInTextBoxesProperty static Identifies the DXRichEditFieldOptions.UpdateFieldsInTextBoxes dependency property.
UpdateFieldsOnPasteProperty static Identifies the DXRichEditFieldOptions.UpdateFieldsOnPaste dependency property.
UpdateHyperlinksOnLoadProperty static Identifies the DXRichEditFieldOptions.UpdateHyperlinksOnLoad dependency property.
UpdateLockedFieldsProperty static Identifies the DXRichEditFieldOptions.UpdateLockedFields dependency property.
UseCurrentCultureDateTimeFormatProperty static Identifies the DXRichEditFieldOptions.UseCurrentCultureDateTimeFormat dependency property.

Properties

Name Description
ClearUnhandledDocVariableField Gets or sets whether the DOCVARIABLE field value is cleared when it cannot be calculated. This is a dependency property.
HighlightColor Gets or sets the color used to highlight the document fields. This is a dependency property.
HighlightMode Gets or sets whether the document fields should be highlighted. This is a dependency property.
ThrowExceptionOnInvalidFormatSwitch Gets or sets whether to throw an exception if a field formatting switch is not recognized. This is a dependency property.
UpdateDocVariablesBeforeCopy Gets or sets whether to refresh the DOCVARIABLE field values when they are to be copied to the Clipboard. This is a dependency property.
UpdateDocVariablesBeforePrint Gets or sets whether to refresh the DOCVARIABLE field values when the document is to be printed. This is a dependency property.
UpdateFieldsInTextBoxes Gets or sets whether the FieldCollection.Update method updates fields contained in text boxes. This is a dependency property.
UpdateFieldsOnPaste Gets or sets whether the document fields contained in a pasted range should be updated. This is a dependency property.
UpdateHyperlinksOnLoad Gets or sets whether to update hyperlinks without the result text. This is a dependency property.
UpdateLockedFields Gets or sets whether the locked fields can be updated. This is a dependency property.
UseCurrentCultureDateTimeFormat Gets 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