DragObjectStartEventArgs(Object) Constructor
Creates a new DragObjectStartEventArgs object.
Namespace: DevExpress.XtraGrid.Views.Base
Assembly: DevExpress.XtraGrid.v24.2.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
dragObject | Object | An object representing the band or column whose header is about to be dragged. This value is assigned to the DragObjectStartEventArgs.DragObject property. |
Remarks
The constructor sets the DragObjectStartEventArgs.Allow property to true.
See Also