Skip to main content

BeforeItemDragEventArgs(Int32) Constructor

Initializes a new instance of the BeforeItemDragEventArgs class.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public BeforeItemDragEventArgs(
    int rowHandle
)

Parameters

Name Type Description
rowHandle Int32

A value to initialize the BeforeItemDragEventArgs.RowHandle property.

See Also