Skip to main content

RichEditBehaviorOptions.DropAllowed Property

Gets whether the Drop operation is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

[Browsable(false)]
public bool DropAllowed { get; }
<Browsable(False)>
Public ReadOnly Property DropAllowed As Boolean

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

You can access the RichEditBehaviorOptions.DropAllowed property from the following objects:

Object Type Path to DropAllowed
RichEditControl
.Options.Behavior.DropAllowed
RichEditControlOptions
.Behavior.DropAllowed
RichEditControlOptionsBase
.Behavior.DropAllowed

Remarks

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

Use the RichEditBehaviorOptions.Drop property instead.

See Also