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