Back to Devexpress

RichEditControl.AllowDrop Property

windowsforms-devexpress-dot-xtrarichedit-dot-richeditcontrol-4266c457.md

latest1.4 KB
Original Source

RichEditControl.AllowDrop Property

Gets or sets a value indicating whether the control allows drag-and-drop operations. This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace : DevExpress.XtraRichEdit

Assembly : DevExpress.XtraRichEdit.v25.2.dll

NuGet Package : DevExpress.Win.RichEdit

Declaration

csharp
[Browsable(false)]
[DefaultValue(true)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override bool AllowDrop { get; set; }
vb
<DefaultValue(True)>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property AllowDrop As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if drag-and-drop is enabled in the control; otherwise, false.

|

See Also

RichEditControl Class

RichEditControl Members

DevExpress.XtraRichEdit Namespace