DragDropHintData.ShowTargetInfoInDragDropHint Property
Gets 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
Property Value
Type | Description |
---|---|
Boolean | true, if the drag-and-drop hint shows additional information about a drop target; otherwise, false. |
Remarks
See the DataViewBase.ShowTargetInfoInDragDropHint property to learn more.
See Also