ListBoxDragDropBehavior.ShowTargetInfoInDragDropHint Attached Property
Gets or sets whether the drag-and-drop hint shows additional information about a drop target.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
See GetShowTargetInfoInDragDropHint(DependencyObject) and SetShowTargetInfoInDragDropHint(DependencyObject, Boolean).
Returns
Type | Description |
---|---|
Boolean | true, to show additional information about a drop target in the drag-and-drop hint; otherwise, false. |
See Also