Skip to main content

DXRichEditUpdateFieldOptions Members

Contains options used to update certain fields when importing a document containing these fields.

Constructors

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

Fields

Name Description
DateProperty static Identifies the DXRichEditUpdateFieldOptions.Date dependency property.
DocVariableProperty static Identifies the DocVariable dependency property.
TimeProperty static Identifies the DXRichEditUpdateFieldOptions.Time dependency property.

Properties

Name Description
Date Gets or sets whether to update the DATE fields while loading a document. This is a dependency property.
DocVariable Specifies whether to update the DOCVARIABLE field when the document is loaded.
Time Gets or sets whether to update the TIME fields while loading a document. This is a dependency property.
See Also