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

DXRichEditCopyPasteOptions Class

Provides the options affecting certain copy-paste operations.

Namespace: DevExpress.Xpf.RichEdit

Assembly: DevExpress.Xpf.RichEdit.v18.2.dll

Declaration

public class DXRichEditCopyPasteOptions :
    DXRichEditOptionsBase<CopyPasteOptions>

The following members return DXRichEditCopyPasteOptions objects:

Remarks

Access the DXRichEditCopyPasteOptions instance using the RichEditControl.CopyPasteOptions property.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
DevExpress.Xpf.RichEdit.DXRichEditOptionsBase<CopyPasteOptions>
DXRichEditCopyPasteOptions
See Also