Skip to main content
A newer version of this page is available. .

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

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