RichEditClipboardMode Enum
Lists values that indicate what format-specific clipboard operations are allowed.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v26.1.Core.dll
Declaration
Members
| Name | Description |
|---|---|
Disabled
|
No operations allowed. |
Enabled
|
All operations are allowed. |
CopyOnly
|
You can only copy format-specific content. |
PasteOnly
|
You can only paste format-specific content. |
Related API Members
The following properties accept/return RichEditClipboardMode values:
See Also