Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public bool ShowTargetInfoInDragDropHint { get; }

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