DragObjectOverEventArgs(Object, PositionInfo) Constructor
Creates a new DragObjectOverEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
Parameters
Name | Type | Description |
---|---|---|
dragObject | Object | An object representing the band or column whose header is being dragged. This value is assigned to the DragObjectOverEventArgs.DragObject property. |
dropInfo | DevExpress.XtraGrid.Dragging.PositionInfo | An object providing information on the header’s current position. This value is assigned to the DragObjectOverEventArgs.DropInfo property. |
See Also