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

ToolboxDragItemStartEventArgs.Image Property

Gets or sets the image displayed near the mouse cursor during drag-and-drop operations.

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public Image Image { get; set; }

#Property Value

Type Description
Image

An Image object that specifies the image displayed near the mouse cursor during drag-and-drop operations.

#Remarks

If an item being dragged has an icon (see ToolboxElementBase.ImageOptions), it is displayed near the mouse pointer during the drag-and-drop operation. Using the Image property, you can provide a custom image that replaces the item icon. Note that for this property to be in effect, the ToolboxDragItemStartEventArgs.Handled property should be set to true.

See Also