Skip to main content

BeforeItemDragEventArgs.RowHandle Property

Gets the row handle that identifies the current tile.

Namespace: DevExpress.XtraGrid.Views.Tile

Assembly: DevExpress.XtraGrid.v23.2.dll

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

Declaration

public int RowHandle { get; }

Property Value

Type Description
Int32

An integer value that specifies the tile’s row handle.

Remarks

For more information on row handles, see Rows.

See Also