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

BeforeItemDragEventArgs.DragImage Property

Gets or sets the image that represents the tile during the drag-and-drop operation.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.2.dll

Declaration

public Image DragImage { get; set; }

Property Value

Type Description
Image

An image that represents the tile during the drag-and-drop operation.

Remarks

When a drag-and-drop operation is initiated, the Tile View generates a drag image from the current tile. This image is moved along with the cursor during drag-and-drop.

The DragImage property initially contains the default drag image. If required, you can replace it with a custom one.

See Also