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 Properties

Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.
Name Description
AllowDragDrop static Gets or sets whether an end-user is allowed to drag and drop ListBoxEdit’s records. This is an attached property.
DragDropHintTemplate static Gets or sets the template that defines the drag-and-drop hint‘s presentation. This is an attached property.
DropMarkerTemplate static Gets or sets the template that defines the drop marker‘s presentation. This is an attached property.
ShowDragDropHint static Gets or sets whether the drag-and-drop hint is displayed when dragging a record. This is an attached property.
ShowTargetInfoInDragDropHint static Gets or sets whether the drag-and-drop hint shows additional information about a drop target.
See Also