Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

IRichEditControl.UseStandardDragDropMode Property

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

Namespace: DevExpress.XtraRichEdit

Assembly: DevExpress.RichEdit.v19.1.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