Back to Devexpress

DataViewBase.ShowDragDropHint Property

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

latest1.6 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

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

Property Value

TypeDescription
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.

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace