Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DXRichEditCopyPasteOptions Class

Provides the options affecting certain copy-paste operations.

Namespace: DevExpress.Xpf.RichEdit

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

NuGet Package: DevExpress.Wpf.RichEdit

#Declaration

public class DXRichEditCopyPasteOptions :
    DXRichEditOptionsBase<CopyPasteOptions>

The following members return DXRichEditCopyPasteOptions objects:

#Remarks

Access the DXRichEditCopyPasteOptions instance using the RichEditControl.CopyPasteOptions property.

<dxre:RichEditControl.CopyPasteOptions>
    <dxre:DXRichEditCopyPasteOptions InsertOptions="KeepSourceFormatting"
                                     MaintainDocumentSectionSettings="True"/>
</dxre:RichEditControl.CopyPasteOptions>

#Inheritance

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