RichEditControlOptionsBase.CopyPaste Property
In This Article
Provides access to options useful in certain scenarios for inserting the content of one document into another.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
public CopyPasteOptions CopyPaste { get; }
#Property Value
Type | Description |
---|---|
Copy |
A Copy |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Copy |
---|---|
IRich |
|
Rich |
|
See Also