DragObjectDropEventArgs(Object, PositionInfo) Constructor
Creates a new DragObjectDropEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
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