Skip to main content

DragOverEventArgsBase.Tag Property

Gets or sets custom data associated with the drag-and-drop operation.

Namespace: DevExpress.Utils.DragDrop

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public object Tag { get; set; }

Property Value

Type Description
Object

Custom data associated with the drag-and-drop operation.

See Also