DXRichEditDataFormatOptions Members
Provides the options to manage the clipboard operations with different document formats.Constructors
| Name | Description |
|---|---|
| DXRichEditDataFormatOptions() | Initializes a new instance of the DXRichEditDataFormatOptions class with the default settings. |
Fields
| Name | Description |
|---|---|
| AllowHtmlProperty static |
Obsolete. Identifies the DXRichEditDataFormatOptions.AllowHtml dependency property.
|
| AllowImageProperty static | Identifies the AllowImage dependency property. |
| AllowMetafileProperty static | Identifies the AllowMetafile dependency property. |
| AllowPlainTextProperty static |
Obsolete. Identifies the DXRichEditDataFormatOptions.AllowPlainTextdependency property.
|
| AllowRtfProperty static |
Obsolete. Identifies the DXRichEditDataFormatOptions.AllowRtf dependency property.
|
| HtmlImagePathProperty static | Identifies the DXRichEditDataFormatOptions.HtmlImagePath dependency property. |
| HtmlImageSourceTypeProperty static | Identifies the DXRichEditDataFormatOptions.HtmlImageSourceType dependency property. |
| HtmlProperty static | Identifies the Html dependency property. |
| PlainTextProperty static | Identifies the PlainText dependency property. |
| RtfProperty static | Identifies the Rtf dependency property. |
Properties
| Name | Description |
|---|---|
| AllowHtml | Obsolete. Gets or sets whether the copied document range is available for pasting in HTML format. |
| AllowImage | Gets or sets whether to paste images. This is a dependency property. |
| AllowMetafile | Gets or sets whether to paste metafiles. This is a dependency property. |
| AllowPlainText | Obsolete. Gets or sets whether to copy plain text data. |
| AllowRtf | Obsolete. Gets or sets whether to copy RTF content. |
| Html | Gets or sets whether to copy or paste HTML content. This is a dependency property. |
| HtmlImagePath | Gets or sets a path to the image files linked as pictures in the copied document content. |
| HtmlImageSourceType | Specifies how images are included in the copied HTML content. |
| PlainText | Gets or sets whether to copy or paste plain text. This is a dependency property. |
| Rtf | Gets or sets whether to copy or RTF content. This is a dependency property. |
See Also