Back to Devexpress

TileViewItemCustomizeEventArgs.RowHandle Property

windowsforms-devexpress-dot-xtragrid-dot-views-dot-tile-dot-tileviewitemcustomizeeventargs-b87138c8.md

latest1.5 KB
Original Source

TileViewItemCustomizeEventArgs.RowHandle Property

Gets the row handle of the currently processed 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

The row handle of the currently processed tile.

|

See Also

IsTileVisible(Int32)

TileViewItemCustomizeEventArgs Class

TileViewItemCustomizeEventArgs Members

DevExpress.XtraGrid.Views.Tile Namespace