Skip to main content

DragObjectDropEventArgs(Object, PositionInfo) Constructor

Creates a new DragObjectDropEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public DragObjectDropEventArgs(
    object dragObject,
    PositionInfo dropInfo
)

Parameters

Name Type Description
dragObject Object

An object representing the column or band whose header has been dropped. This value is assigned to the DragObjectDropEventArgs.DragObject property.

dropInfo DevExpress.XtraGrid.Dragging.PositionInfo

An object specifying the dropping position. This value is assigned to the DragObjectDropEventArgs.DropInfo property.

See Also