Back to Devexpress

RichEditControlOptionsBase.CopyPaste Property

officefileapi-devexpress-dot-xtrarichedit-dot-richeditcontroloptionsbase-d87a8fc5.md

latest1.8 KB
Original Source

RichEditControlOptionsBase.CopyPaste Property

Provides access to options useful in certain scenarios for inserting the content of one document into another.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
public CopyPasteOptions CopyPaste { get; }
vb
Public ReadOnly Property CopyPaste As CopyPasteOptions

Property Value

TypeDescription
CopyPasteOptions

A CopyPasteOptions object containing options applicable to certain copy-paste scenarios.

|

Property Paths

You can access this nested property as listed below:

Object TypePath to CopyPaste
IRichEditDocumentServer

.Options .CopyPaste

| | RichEditDocumentServer |

.Options .CopyPaste

|

See Also

RichEditControlOptionsBase Class

RichEditControlOptionsBase Members

DevExpress.XtraRichEdit Namespace