Skip to main content

DragOverGridEventArgsBase.Tag Property

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

Namespace: DevExpress.XtraGrid.Views.Grid

Assembly: DevExpress.XtraGrid.v24.1.dll

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

Declaration

public object Tag { get; }

Property Value

Type Description
Object

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

See Also