DragEnterEventArgs.AllowDrop Property
Gets or sets whether it is allowed to drop data elements to the target control.
Namespace: DevExpress.Utils.DragDrop
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Property Value
Type | Description |
---|---|
Boolean | true to allow users to drop data elements to the target control; otherwise, false. |
Remarks
Set the AllowDrag property to false
to use the attached control as the target of drag operations only.
To use the attached control as the source only, set the AllowDrop property to false
. You can use the DragEnter event’s AllowDrop
argument to override this setting for a particular control. You can also use the Cursor event argument to specify the mouse pointer that indicates whether it is allowed to drop items onto the control.