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

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

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

#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