Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

IRichEditControl.UseStandardDragDropMode Property

Indicates whether or not the standard drag-and-drop mode is selected.

Namespace: DevExpress.XtraRichEdit

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

NuGet Package: DevExpress.RichEdit.Core

Declaration

bool UseStandardDragDropMode { get; }

Property Value

Type Description
Boolean

true if the standard drag-and-drop mode is in effect for the RichEditControl; otherwise, false.

Remarks

Use the RichEditControl.DragDropMode property to specify the drag-and-drop mode for the WinForm’s RichEditControl.

See Also