DXRichEditUpdateFieldOptions Properties
Contains options used to update certain fields when importing a document containing these fields.| Name | Description |
|---|---|
| CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable. |
| Date | Gets or sets whether to update the DATE fields while loading a document. This is a dependency property. |
| DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject. |
| Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject. |
| DocVariable | Specifies whether to update the DOCVARIABLE field when the document is loaded. |
| IsFrozen | Gets a value that indicates whether the object is currently modifiable. Inherited from Freezable. |
| IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject. |
| Time | Gets or sets whether to update the TIME fields while loading a document. This is a dependency property. |
See Also