Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.2.Core.dll

NuGet Package: 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