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

DataViewBase.ShowDragDropHint Property

Gets or sets whether the drag-and-drop hint is displayed when dragging a record. This is a dependency property.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.Core.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public bool ShowDragDropHint { get; set; }

Property Value

Type Description
Boolean

true, to show the drag-and-drop hint when dragging the record; otherwise, false.

Remarks

The GridControl shows a drag-and-drop hint when dragging records. This hint is a visual element that provides information on the record’s source.

The images below show drag-and-drop operations: the first one shows a hint, and in the second one it is hidden. You can set the ShowDragDropHint property to show/hide the hint.

DragDropHint

See Also