Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

ListBoxDragDropBehavior Attached Events

Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.
Name Description
CompleteRecordDragDrop static Occurs when a drag-and-drop operation is completed.
ContinueRecordDrag static Occurs when there is a change in the states of the keyboard or mouse button during a drag-and-drop operation, and enables the drop source to cancel the drag-and-drop operation depending on the key/button states.
DragRecordOver static Occurs continuously while a record is dragged (moved) within the drop target’s boundary.
DropRecord static Occurs when a record is dropped on the drop target element.
GiveRecordDragFeedback static Occurs continuously while a drag-and-drop operation is in progress, and enables the drag source to give feedback to the user.
StartRecordDrag static This event occurs when a drag-and-drop operation is started.
See Also