IRichEditControl.UseStandardDragDropMode Property
Indicates whether or not the standard drag-and-drop mode is selected.
Namespace: DevExpress.XtraRichEdit
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
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