Skip to main content
A newer version of this page is available. .

DXRichEditDataFormatOptions Properties

Provides the options for managing the Clipboard operations with different document formats.
Name Description
AllowHtml Gets or sets whether the copied document range is available for pasting in HTML format.
AllowImage
AllowMetafile
AllowPlainText Gets or sets whether to place plain text data in the Clipboard.
AllowRtf Gets or sets whether to place RTF content in the Clipboard.
CanFreeze Gets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
HtmlImagePath Gets or sets a path to the image files linked as pictures in the copied-and-pasted document content.
HtmlImageSourceType Specifies how images are included in the HTML content of the Clipboard.
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.
See Also