Back to Devexpress

DataViewBase.ShowTargetInfoInDragDropHint Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-cf424e2a.md

latest1.8 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool ShowTargetInfoInDragDropHint { get; set; }
vb
Public Property ShowTargetInfoInDragDropHint As Boolean

Property Value

TypeDescription
Boolean

true, to show additional information about a drop target in the drag-and-drop hint; otherwise, false.

|

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:

xaml
<dxg:TableView ShowTargetInfoInDragDropHint="True" />

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace