Skip to main content
All docs
V18.2

RichEditBehaviorOptions.PasteAllowed Property

For internal use. Use the RichEditBehaviorOptions.Paste property instead.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool PasteAllowed { get; }

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access this nested property as listed below:

Library Object Type Path to PasteAllowed
WinForms Controls SnapControlOptions
.Behavior.PasteAllowed
RepositoryItemRichTextEdit
.OptionsBehavior.PasteAllowed
RichEditControlOptions
.Behavior.PasteAllowed
WPF Controls RichEditControlOptions
.Behavior.PasteAllowed
Office File API RichEditControlOptionsBase
.Behavior.PasteAllowed
ASP.NET Web Forms Controls ASPxRichEditSettings
.Behavior.PasteAllowed

Remarks

This property indicates whether or not the Paste operation is allowed.

This member supports the internal infrastructure and is not intended to be used directly from your code.

See Also