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

ListBoxDragDropBehavior.AllowDragDrop Attached Property

Gets or sets whether an end-user is allowed to drag and drop ListBoxEdit’s records. This is an attached property.

Namespace: DevExpress.Xpf.Core

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

Declaration

Returns

Type Description
Boolean

true, to allow end-users to drag and drop ListBox’s records; otherwise, false.

Remarks

The code sample below shows how to enable drag-and-drop in the ListBoxEdit control:

<dxe:ListBoxEdit Name="listBoxEdit" 
   dx:ListBoxDragDropBehavior.AllowDragDrop="True" />
See Also