ListBoxDragDropBehavior Fields
Contains set of properties and events that allow you to control drag-and-drop operations in the ListBoxEdit control.| Name | Description |
|---|---|
| AllowDragDropProperty static | Identifies the ListBoxDragDropBehavior.AllowDragDrop attached property. |
| CompleteRecordDragDropEvent static | Identifies the CompleteRecordDragDrop attached event. |
| ContinueRecordDragEvent static | Identifies the ContinueRecordDrag attached event. |
| DragDropHintTemplateProperty static | Identifies the ListBoxDragDropBehavior.DragDropHintTemplate attached property. |
| DragRecordOverEvent static | Identifies the DragRecordOver attached event. |
| DropMarkerTemplateProperty static | Identifies the ListBoxDragDropBehavior.DropMarkerTemplate attached property. |
| DropRecordEvent static | Identifies the DropRecord attached event. |
| GiveRecordDragFeedbackEvent static | Identifies the GiveRecordDragFeedback attached event. |
| ShowDragDropHintProperty static | Identifies the ListBoxDragDropBehavior.ShowDragDropHint attached property. |
| ShowTargetInfoInDragDropHintProperty static | Identifies the ListBoxDragDropBehavior.ShowTargetInfoInDragDropHint attached property. |
| StartRecordDragEvent static | Identifies the StartRecordDrag attached event. |
See Also