DataViewBase.ShowTargetInfoInDragDropHint Property
Gets or sets whether the drag-and-drop hint shows additional information about a drop target. This is a dependency property.
Namespace: DevExpress.Xpf.Grid
Assembly: DevExpress.Xpf.Grid.v25.2.Core.dll
Declaration
Property Value
| Type | Description |
|---|---|
| Boolean |
|
Remarks
The drag-and-drop hint contains information about a drag source only by default. You can add additional information, for example, in the following image, a drag-and-drop hint shows information about an action that takes place and a drop target source:

Set the ShowTargetInfoInDragDropHint property to true to show a drag-and-drop hint like in the image above:
<dxg:TableView ShowTargetInfoInDragDropHint="True" />
See Also