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

BeforeItemDragEventArgs(Int32) Constructor

Initializes a new instance of the BeforeItemDragEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v19.1.dll

Declaration

public BeforeItemDragEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

A value to initialize the BeforeItemDragEventArgs.RowHandle property.

See Also