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.1.Core.dll
NuGet Package: DevExpress.Wpf.Grid.Core
Declaration
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.
See Also