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

BeforeItemDropEventArgs.RowHandle Property

Gets the current row handle of the tile.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

The current row handle of the tile.

See Also