Skip to main content
A newer version of this page is available. .

IRichEditControl.UseStandardDragDropMode Property

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

Namespace: DevExpress.XtraRichEdit

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

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