Back to Devexpress

DragOverEventArgsBase.Tag Property

windowsforms-devexpress-dot-utils-dot-dragdrop-dot-dragovereventargsbase-afa500f6.md

latest1.2 KB
Original Source

DragOverEventArgsBase.Tag Property

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

Namespace : DevExpress.Utils.DragDrop

Assembly : DevExpress.Utils.v25.2.dll

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

Declaration

csharp
public object Tag { get; set; }
vb
Public Property Tag As Object

Property Value

TypeDescription
Object

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

|

See Also

DragOverEventArgsBase Class

DragOverEventArgsBase Members

DevExpress.Utils.DragDrop Namespace