Skip to main content
A newer version of this page is available. .

DragObjectStartEventArgs(Object) Constructor

Creates a new DragObjectStartEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public DragObjectStartEventArgs(
    object dragObject
)

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