ListBoxDragDropBehavior Attached Properties
Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.
Name | Description |
---|---|
Allow |
Gets or sets whether an end-user is allowed to drag and drop List |
Drag |
Gets or sets the template that defines the drag-and-drop hint‘s presentation. This is an attached property. |
Drop |
Gets or sets the template that defines the drop marker‘s presentation. This is an attached property. |
Show |
Gets or sets whether the drag-and-drop hint is displayed when dragging a record. This is an attached property. |
Show |
Gets or sets whether the drag-and-drop hint shows additional information about a drop target. |
See Also