Back to Devexpress

BeforeItemDragEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-beforeitemdrageventargs-93bd3384.md

latest1.6 KB
Original Source

BeforeItemDragEventArgs.RowHandle Property

Gets the row handle that identifies the current tile.

Namespace : DevExpress.XtraGrid.Views.Tile

Assembly : DevExpress.XtraGrid.v25.2.dll

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

Declaration

csharp
public int RowHandle { get; }
vb
Public ReadOnly Property RowHandle As Integer

Property Value

TypeDescription
Int32

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

|

Remarks

For more information on row handles , see Rows.

See Also

Rows

IsTileVisible(Int32)

BeforeItemDragEventArgs Class

BeforeItemDragEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace