DXRichEditCopyPasteOptions Properties
Provides the options affecting certain copy-paste operations.| Name | Description |
|---|---|
| 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. |
| InsertOptions | Gets or sets options specifying how formatting is applied to the last paragraph of a numbered list inserted into a document. This is a dependency property. |
| 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. |
| MaintainDocumentSectionSettings | Gets or sets whether to retain section settings of a blank document after appending RTF content. This is a dependency property. |
| PasteUnstyledRtfMode | Specifies how to apply formatting to a pasted RTF text which has no defined styles. |
| TabInsertOptions | Gets or sets how to set tab stops in the inserted paragraph. |
See Also