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

ToolboxDragItemStartEventArgs.Image Property

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

Namespace: DevExpress.XtraToolbox

Assembly: DevExpress.XtraBars.v19.1.dll

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.Image), 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