Skip to main content

RichEditBehaviorOptions.DragAllowed Property

Gets whether the Drag operation is allowed.

Namespace: DevExpress.XtraRichEdit

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

Declaration

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

Property Value

Type Description
Boolean

true if an operation is allowed; otherwise, false.

Property Paths

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

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

Remarks

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

Use the RichEditBehaviorOptions.Drag property instead.

See Also