Skip to main content

DragObjectStartEventArgs(Object) Constructor

Creates a new DragObjectStartEventArgs object.

Namespace: DevExpress.XtraGrid.Views.Base

Assembly: DevExpress.XtraGrid.v23.2.dll

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

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