Back to Devexpress

DXRichEditDataFormatOptions Properties

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

latest3.8 KB
Original Source

DXRichEditDataFormatOptions Properties

Provides the options to manage the clipboard operations with different document formats.

NameDescription
AllowHtmlObsolete. Gets or sets whether the copied document range is available for pasting in HTML format.
AllowImageGets or sets whether to paste images. This is a dependency property.
AllowMetafileGets or sets whether to paste metafiles. This is a dependency property.
AllowPlainTextObsolete. Gets or sets whether to copy plain text data.
AllowRtfObsolete. Gets or sets whether to copy RTF content.
CanFreezeGets a value that indicates whether the object can be made unmodifiable. Inherited from Freezable.
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.
HtmlGets or sets whether to copy or paste HTML content. This is a dependency property.
HtmlImagePathGets or sets a path to the image files linked as pictures in the copied document content.
HtmlImageSourceTypeSpecifies how images are included in the copied HTML content.
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.
PlainTextGets or sets whether to copy or paste plain text. This is a dependency property.
RtfGets or sets whether to copy or RTF content. This is a dependency property.

See Also

DXRichEditDataFormatOptions Class

DXRichEditDataFormatOptions Members

DevExpress.Xpf.RichEdit Namespace