Skip to main content
All docs
V25.1
  • DragOverGridEventArgsBase.Tag Property

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

    Namespace: DevExpress.XtraGrid.Views.Grid

    Assembly: DevExpress.XtraGrid.v25.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